diff options
Diffstat (limited to 'm68k_core.h')
-rw-r--r-- | m68k_core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m68k_core.h b/m68k_core.h index e79c5ee..0c07668 100644 --- a/m68k_core.h +++ b/m68k_core.h @@ -18,7 +18,8 @@ struct m68kinst; #define M68K_OPT_BROKEN_READ_MODIFY 1 -#define INT_PENDING_SR_CHANGE 8 +#define INT_PENDING_SR_CHANGE 254 +#define INT_PENDING_NONE 255 typedef void (*start_fun)(uint8_t * addr, void * context); |