X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=m68kconf.h;h=4122af09d347dda85eac130f99fbbc9c19759f8c;hb=8ab5448a7536b9c1f2a6ae26fa1f8887a67a7b64;hp=a18195a26cd8f3953bb60d155ac7543cde293d52;hpb=a0343ebb9d0439c6e64b752c32a9bb7771e8d496;p=pistorm diff --git a/m68kconf.h b/m68kconf.h index a18195a..4122af0 100644 --- a/m68kconf.h +++ b/m68kconf.h @@ -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 @@ -220,6 +220,6 @@ /* ======================================================================== */ /* ============================== END OF FILE ============================= */ -/* =======================================x================================= */ +/* ======================================================================== */ #endif /* M68KCONF__HEADER */