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; }