FDS: fix timer IRQ timing

This commit is contained in:
alyosha-tas 2018-01-09 12:22:26 -05:00
parent e3c885a0ce
commit 9df6d3c01e
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
{
timervalue--;
}
if (timervalue == 0)
else
{
timervalue = timerlatch;
timerirq = true;