Timing fix

This one actually mattered for mapper 83, which relies on pretty tight timing and power up behaviour.
This commit is contained in:
alyosha-tas 2016-09-19 22:42:20 -04:00 committed by GitHub
parent 62aa81cc31
commit 2843b4c8af
1 changed files with 1 additions and 1 deletions

View File

@ -643,8 +643,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
clear_2002();
}
runppu(241 * kLineTime);
Reg2002_vblank_active = true;
runppu(preNMIlines * kLineTime);
Reg2002_vblank_active = true;
--ppudead;
}
}