diff --git a/src/ppu.c b/src/ppu.c index 0d8ee53..45ccc7f 100644 --- a/src/ppu.c +++ b/src/ppu.c @@ -719,7 +719,7 @@ static void DoLine(void) GameHBIRQHook(); X6502_Run(85 - 16 - 10); } else { - X6502_Run(6); // Tried 65, caused problems with Slalom(maybe others) + X6502_Run(6); /* Tried 65, caused problems with Slalom(maybe others) */ Fixit2(); X6502_Run(85 - 6 - 16);