]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
68020/030 CE interrupt delay
authorToni Wilen <twilen@winuae.net>
Mon, 20 Apr 2026 15:56:02 +0000 (18:56 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 20 Apr 2026 15:56:02 +0000 (18:56 +0300)
newcpu.cpp

index b0ace3ad1426c20c564439d61c9d899a2b574dc3..440f7ea4a7e855fc2fe74e0f1069d002678c6b90 100644 (file)
@@ -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;
        }