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,14 +243,12 @@ void S9xMainLoop (void)
|
|||
|
||||
S9xUpdateIRQPositions();
|
||||
CPU.IRQPending = Timings.IRQPendCount;
|
||||
|
||||
if (!CheckFlag(IRQ))
|
||||
{
|
||||
CPU.IRQLine = TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
if (CPU.IRQLine && !CheckFlag(IRQ))
|
||||
S9xOpcode_IRQ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef DEBUGGER
|
||||
if ((CPU.Flags & BREAK_FLAG) && !(CPU.Flags & SINGLE_STEP_FLAG))
|
||||
|
|
Loading…
Reference in New Issue