From 4c4f3ebf07e2827ea0304d0d35eaa3f3fd446f93 Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Mon, 14 Jan 2019 14:08:03 -0600 Subject: [PATCH] Revert "Don't spin when SA1 is stopped." This reverts commit 3dbac11beb2766630eb2935c6aa4118219b4d27b. --- sa1cpu.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sa1cpu.cpp b/sa1cpu.cpp index 44cfdee5..c69480d6 100644 --- a/sa1cpu.cpp +++ b/sa1cpu.cpp @@ -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; }