NES - PPU - very minor cleanup
This commit is contained in:
parent
40a427e68f
commit
67822be97c
|
@ -153,7 +153,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
|||
|
||||
if (Reg2002_vblank_active_pending)
|
||||
{
|
||||
if (Reg2002_vblank_active_pending)
|
||||
//if (Reg2002_vblank_active_pending)
|
||||
Reg2002_vblank_active = 1;
|
||||
Reg2002_vblank_active_pending = false;
|
||||
}
|
||||
|
@ -170,7 +170,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
|||
|
||||
//hack
|
||||
public bool PAL = false;
|
||||
bool SPRITELIMIT = true;
|
||||
//bool SPRITELIMIT = true;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue