nes-fix a pretty gnarly regression from earlier today

This commit is contained in:
zeromus 2012-03-18 21:46:56 +00:00
parent c92f1b556c
commit 0131b23501
1 changed files with 2 additions and 2 deletions

View File

@ -122,6 +122,8 @@ namespace BizHawk.Emulation.Consoles.Nintendo
//render 241 scanlines (including 1 dummy at beginning)
for (int sl = 0; sl < 241; sl++)
{
ppur.status.cycle = 0;
//if (!reg_2001.PPUON)
//{
// runppu(kLineTime);
@ -442,8 +444,6 @@ namespace BizHawk.Emulation.Consoles.Nintendo
{ }
else
runppu(1);
ppur.status.cycle = 0;
} //scanline loop
ppur.status.sl = 241;