mirror of https://github.com/snes9xgit/snes9x.git
Fix infinite loop if STP is executed.
This commit is contained in:
parent
4ecfc38c02
commit
828ef44cf8
|
@ -3475,6 +3475,7 @@ static void OpDB (void)
|
|||
{
|
||||
Registers.PCw--;
|
||||
CPU.Flags |= DEBUG_MODE_FLAG | HALTED_FLAG;
|
||||
AddCycles(ONE_CYCLE);
|
||||
}
|
||||
|
||||
/* WDM (Reserved S9xOpcode) ************************************************ */
|
||||
|
|
Loading…
Reference in New Issue