NES - PPU - very minor cleanup

This commit is contained in:
adelikat 2012-08-23 01:28:33 +00:00
parent 40a427e68f
commit 67822be97c
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
if (Reg2002_vblank_active_pending) if (Reg2002_vblank_active_pending)
{ {
if (Reg2002_vblank_active_pending) //if (Reg2002_vblank_active_pending)
Reg2002_vblank_active = 1; Reg2002_vblank_active = 1;
Reg2002_vblank_active_pending = false; Reg2002_vblank_active_pending = false;
} }
@ -170,7 +170,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
//hack //hack
public bool PAL = false; public bool PAL = false;
bool SPRITELIMIT = true; //bool SPRITELIMIT = true;
} }
} }