mirror of https://github.com/snes9xgit/snes9x.git
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();
|
S9xUpdateIRQPositions();
|
||||||
CPU.IRQPending = Timings.IRQPendCount;
|
CPU.IRQPending = Timings.IRQPendCount;
|
||||||
|
CPU.IRQLine = TRUE;
|
||||||
if (!CheckFlag(IRQ))
|
|
||||||
{
|
|
||||||
CPU.IRQLine = TRUE;
|
|
||||||
S9xOpcode_IRQ();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (CPU.IRQLine && !CheckFlag(IRQ))
|
||||||
|
S9xOpcode_IRQ();
|
||||||
|
|
||||||
#ifdef DEBUGGER
|
#ifdef DEBUGGER
|
||||||
if ((CPU.Flags & BREAK_FLAG) && !(CPU.Flags & SINGLE_STEP_FLAG))
|
if ((CPU.Flags & BREAK_FLAG) && !(CPU.Flags & SINGLE_STEP_FLAG))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue