From 75165981fb8e0f09160368ef53b041d3c1c890eb Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Thu, 22 Oct 2020 19:59:23 +0800 Subject: [PATCH] Change c++ to c comments --- src/ppu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);