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