16 #define NMI_ACTION_VINTWAIT 0b00000000
17 #define NMI_ACTION_USER_1 0b01000000
18 #define NMI_ACTION_USER_2 0b10000000
19 #define NMI_ACTION_USER_3 0b11000000
25 #define IRQ_ACTION_DISK_TRANSFER 0b01000000
26 #define IRQ_ACTION_ACK_DELAY 0b10000000
27 #define IRQ_ACTION_USER 0b11000000
35 #define RESET_TYPE_HARD 0xAC
36 #define RESET_TYPE_SOFT 0x53
char value
Definition: bios.h:265
void fds_set_timer_irq_ctrl(bool enabled, bool repeat)
void fds_set_irq_action(char action)
void fds_set_nmi_action(char action)
void fds_set_reset_type(char type)
void fds_set_timer_irq_reload(unsigned value)