Update PPU.run.cs

This commit is contained in:
alyosha-tas 2017-03-06 07:24:28 -05:00 committed by GitHub
parent fe66504e2f
commit f6746400d9
1 changed files with 1 additions and 2 deletions

View File

@ -127,12 +127,11 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
case 6: case 6:
ppu_addr_temp |= 8; ppu_addr_temp |= 8;
bgdata.pt_1 = ppubus_read(ppu_addr_temp, true, true); bgdata.pt_1 = ppubus_read(ppu_addr_temp, true, true);
runppu(1);
if (reg_2001.PPUON) if (reg_2001.PPUON)
{ {
ppu_was_on = true; ppu_was_on = true;
} }
runppu(1);
break; break;
case 7: case 7:
race_2006 = false; race_2006 = false;