X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=m68kconf.h;h=0e3557587baed975b13d56dd2c10fe55d1dc2d92;hb=b094944dae0ae37fc905d0e8d3cf80ba63a2b97b;hp=a18195a26cd8f3953bb60d155ac7543cde293d52;hpb=59a59c3067a086f8ab8522200819552c4603caac;p=pistorm diff --git a/m68kconf.h b/m68kconf.h index a18195a..0e35575 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