]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Revert part of "Fast 68020+ modes didn't start pending interrupt immediately" fix...
authorToni Wilen <twilen@winuae.net>
Fri, 29 Dec 2023 19:45:46 +0000 (21:45 +0200)
committerToni Wilen <twilen@winuae.net>
Fri, 29 Dec 2023 19:45:46 +0000 (21:45 +0200)
newcpu.cpp

index f803237ce68207ecf58aa6e1dc102bd92eeff629..0017dd559229ec8092cdbc6cd84cff14692d0529 100644 (file)
@@ -4582,7 +4582,7 @@ void doint(void)
        }
 
        if (regs.ipl_pin > regs.intmask || currprefs.cachesize) {
-               if (!currprefs.cachesize)
+               if (currprefs.cpu_compatible && currprefs.cpu_model < 68020) 
                        set_special(SPCFLAG_INT);
                else
                        set_special(SPCFLAG_DOINT);