]> git.sesse.net Git - pistorm/blobdiff - m68kconf.h
iRTG initial implementation
[pistorm] / m68kconf.h
index a18195a26cd8f3953bb60d155ac7543cde293d52..4122af09d347dda85eac130f99fbbc9c19759f8c 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
 
 /* ======================================================================== */
 /* ============================== END OF FILE ============================= */
-/* =======================================x================================= */
+/* ======================================================================== */
 
 #endif /* M68KCONF__HEADER */