From: beeanyew Date: Wed, 23 Jun 2021 08:27:04 +0000 (+0200) Subject: Actually revert to old IRQ behavior X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=39f4ef5cf8b17741656351b65495508bae3dc139;p=pistorm Actually revert to old IRQ behavior --- diff --git a/m68kconf.h b/m68kconf.h index c0f245b..3dfbff8 100644 --- a/m68kconf.h +++ b/m68kconf.h @@ -89,7 +89,7 @@ * 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_EMULATE_INT_ACK OPT_SPECIFY_HANDLER #define M68K_INT_ACK_CALLBACK(...) 0xFFFFFFFF