Revert part of "Fast 68020+ modes didn't start pending interrupt immediately" fix, only SR modifications must check interrupt immediately.

This commit is contained in:
Toni Wilen 2023-12-29 21:45:46 +02:00
parent a8fa9afc17
commit f49194fc83

View 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);