From: Toni Wilen Date: Mon, 20 Apr 2026 15:56:02 +0000 (+0300) Subject: 68020/030 CE interrupt delay X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=efc32c15388c9ef1432af09671c14abce25f6f3d;p=francis%2Fwinuae.git 68020/030 CE interrupt delay --- 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; }