]> git.sesse.net Git - pistorm/blobdiff - m68kconf.h
Minor updates
[pistorm] / m68kconf.h
index a18195a26cd8f3953bb60d155ac7543cde293d52..0e3557587baed975b13d56dd2c10fe55d1dc2d92 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_OFF
-#define M68K_INT_ACK_CALLBACK(A)    cpu_irq_ack(A)
+#define M68K_EMULATE_INT_ACK        OPT_SPECIFY_HANDLER
+#define M68K_INT_ACK_CALLBACK(...)    0xFFFFFFFF
 
 
 /* If ON, CPU will call the breakpoint acknowledge callback when it encounters