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)
{