libmsx
C library for MSX
|
Get state of interrupts. More...
Functions | |
bool | get_interrupt_state (void) |
MSX Return the current state of interrupts. | |
Get state of interrupts.
bool get_interrupt_state | ( | void | ) |
MSX
Return the current state of interrupts.
true
if interrupts is enabled (i.e., EI
state), or false
if disabled (i.e., "DI" state).