Update PPU.regs.cs

comment out debug line
This commit is contained in:
alyosha-tas 2018-12-20 18:39:02 -06:00 committed by GitHub
parent b773ba5798
commit 812f3d5cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.
// 3F20h-3FFFh - Mirrors of 3F00h-3F1Fh.