Revert "Don't spin when SA1 is stopped."

This reverts commit 3dbac11beb.
This commit is contained in:
Brandon Wright 2019-01-14 14:08:03 -06:00
parent 3dbac11beb
commit 4c4f3ebf07

View file

@ -61,10 +61,7 @@ void S9xSA1MainLoop (void)
{ {
if (Memory.FillRAM[0x2200] & 0x60) if (Memory.FillRAM[0x2200] & 0x60)
{ {
#undef CPU SA1.Cycles += 6; // FIXME
int cycles = CPU.Cycles * 3;
#define CPU SA1
SA1.Cycles = cycles;
S9xSA1UpdateTimer(); S9xSA1UpdateTimer();
return; return;
} }