From 812f3d5cfa7867d6f1c2c83d20093f45db02bfd7 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Thu, 20 Dec 2018 18:39:02 -0600 Subject: [PATCH] Update PPU.regs.cs comment out debug line --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.regs.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.regs.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.regs.cs index def4af686d..0fa0bc98cd 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.regs.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.regs.cs @@ -456,7 +456,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES byte read_2004() { byte ret; - Console.WriteLine("read 2004"); + // Console.WriteLine("read 2004"); // behaviour depends on whether things are being rendered or not if (PPUON) { @@ -835,4 +835,4 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES //Palette Gaps and Mirrors // 3F04h,3F08h,3F0Ch - Three general purpose 6bit data registers. // 3F10h,3F14h,3F18h,3F1Ch - Mirrors of 3F00h,3F04h,3F08h,3F0Ch. -// 3F20h-3FFFh - Mirrors of 3F00h-3F1Fh. \ No newline at end of file +// 3F20h-3FFFh - Mirrors of 3F00h-3F1Fh.