From efc32c15388c9ef1432af09671c14abce25f6f3d Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Mon, 20 Apr 2026 18:56:02 +0300 Subject: [PATCH] 68020/030 CE interrupt delay --- newcpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newcpu.cpp b/newcpu.cpp index b0ace3ad..440f7ea4 100644 --- a/newcpu.cpp +++ b/newcpu.cpp @@ -4648,7 +4648,7 @@ void doint(void) if (m68k_interrupt_delay) { if (!m68k_accurate_ipl && regs.ipl_pin > regs.intmask) { - set_special(SPCFLAG_INT); + set_special(SPCFLAG_DOINT); } return; } -- 2.47.3