mirror of
https://github.com/libretro/snes9x.git
synced 2024-11-27 02:20:23 +00:00
daffy duck irq non-reschedule
This commit is contained in:
parent
0a878697ed
commit
2142282f69
3
ppu.cpp
3
ppu.cpp
@ -1566,7 +1566,8 @@ void S9xSetCPU (uint8 Byte, uint16 Address)
|
|||||||
CPU.IRQTransition = FALSE;
|
CPU.IRQTransition = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
S9xUpdateIRQPositions(false);
|
if ((Byte & 0x30) != (Memory.FillRAM[0x4200] & 0x30))
|
||||||
|
S9xUpdateIRQPositions(false);
|
||||||
|
|
||||||
// NMI can trigger immediately during VBlank as long as NMI_read ($4210) wasn't cleard.
|
// NMI can trigger immediately during VBlank as long as NMI_read ($4210) wasn't cleard.
|
||||||
if ((Byte & 0x80) && !(Memory.FillRAM[0x4200] & 0x80) &&
|
if ((Byte & 0x80) && !(Memory.FillRAM[0x4200] & 0x80) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user