]> git.sesse.net Git - pistorm/blobdiff - m68kconf.h
Break IRQs again
[pistorm] / m68kconf.h
index 3dfbff80e5651b3760f47c8f9768880d4febb9f7..211171036e6a3e652918f221c7421cb1f6123c05 100644 (file)
@@ -89,8 +89,8 @@
  * If off, all interrupts will be autovectored and all interrupt requests will
  * auto-clear when the interrupt is serviced.
  */
-#define M68K_EMULATE_INT_ACK        OPT_SPECIFY_HANDLER
-#define M68K_INT_ACK_CALLBACK(...)    0xFFFFFFFF
+#define M68K_EMULATE_INT_ACK        OPT_OFF
+#define M68K_INT_ACK_CALLBACK(...)  0xFFFFFFFF
 
 
 /* If ON, CPU will call the breakpoint acknowledge callback when it encounters