diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-04-30 09:45:53 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-04-30 09:45:53 -0700 |
commit | 6c33f42e4a0f90401b28367ebd1892ec8387e81b (patch) | |
tree | 7d41d04e20712c278f98191c37abc2aa238d8eed /m68k_core.h | |
parent | 0d30787be2f11de293cf372a1c4b89321da68aee (diff) |
Fix 68K interrupt handling some more. Fatal Rewind is working again.
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 { |