Skip to content

Commit

Permalink
Revert "Don't spin when SA1 is stopped."
Browse files Browse the repository at this point in the history
This reverts commit 3dbac11.
  • Loading branch information
bearoso committed Jan 14, 2019
1 parent 3dbac11 commit 4c4f3eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sa1cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ void S9xSA1MainLoop (void)
{
if (Memory.FillRAM[0x2200] & 0x60)
{
#undef CPU
int cycles = CPU.Cycles * 3;
#define CPU SA1
SA1.Cycles = cycles;
SA1.Cycles += 6; // FIXME
S9xSA1UpdateTimer();
return;
}
Expand Down

0 comments on commit 4c4f3eb

Please sign in to comment.