mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
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:
parent
a8fa9afc17
commit
f49194fc83
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user