mirror of
https://github.com/libretro/snes9x.git
synced 2025-02-23 18:50:29 +00:00
Unbreak Battle Blaze. Rebreak Marko's Magic Football.
This commit is contained in:
parent
614e4ba106
commit
0d1bd3f5ae
10
cpuexec.cpp
10
cpuexec.cpp
@ -243,15 +243,13 @@ void S9xMainLoop (void)
|
||||
|
||||
S9xUpdateIRQPositions();
|
||||
CPU.IRQPending = Timings.IRQPendCount;
|
||||
|
||||
if (!CheckFlag(IRQ))
|
||||
{
|
||||
CPU.IRQLine = TRUE;
|
||||
S9xOpcode_IRQ();
|
||||
}
|
||||
CPU.IRQLine = TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
if (CPU.IRQLine && !CheckFlag(IRQ))
|
||||
S9xOpcode_IRQ();
|
||||
|
||||
#ifdef DEBUGGER
|
||||
if ((CPU.Flags & BREAK_FLAG) && !(CPU.Flags & SINGLE_STEP_FLAG))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user