fix gradius 2 s.states, and possibly anything that leaves an irq floating between frames
This commit is contained in:
parent
3732b51b1e
commit
3d7544d5a2
|
@ -2013,6 +2013,7 @@ INT32 SekScan(INT32 nAction)
|
|||
szName[9] = '0' + i;
|
||||
|
||||
SCAN_VAR(nSekCPUType[i]);
|
||||
SCAN_VAR(nSekIRQPending[i]); // fix for Gradius 2 s.states -dink feb.3.2015
|
||||
|
||||
#if defined EMU_A68K && defined EMU_M68K
|
||||
// Switch to another core if needed
|
||||
|
|
Loading…
Reference in New Issue