From 39f4ef5cf8b17741656351b65495508bae3dc139 Mon Sep 17 00:00:00 2001 From: beeanyew Date: Wed, 23 Jun 2021 10:27:04 +0200 Subject: [PATCH] Actually revert to old IRQ behavior --- m68kconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2