diff m68k_core.h @ 996:784bc1e45e80

Fix 68K interrupt handling some more. Fatal Rewind is working again.
author Michael Pavone <pavone@retrodev.com>
date Sat, 30 Apr 2016 09:45:53 -0700
parents d70000fdff0b
children 2ec5e6eaf81d
line wrap: on
line diff
--- a/m68k_core.h	Sat Apr 30 08:37:55 2016 -0700
+++ b/m68k_core.h	Sat Apr 30 09:45:53 2016 -0700
@@ -18,6 +18,8 @@
 
 #define M68K_OPT_BROKEN_READ_MODIFY 1
 
+#define INT_PENDING_SR_CHANGE 8
+
 typedef void (*start_fun)(uint8_t * addr, void * context);
 
 typedef struct {