Fix Skull and Crossbones

This commit is contained in:
alyosha-tas 2016-08-30 10:50:10 -04:00 committed by GitHub
parent 2911e498e1
commit 8570b50a4e
1 changed files with 3 additions and 1 deletions

View File

@ -236,7 +236,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
{
irq_pending = true;
SyncIRQ();
}
}
}
}
@ -251,6 +251,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
if (irq_countdown == 0)
{
ClockIRQ();
if (irq_mode==true)
irq_countdown = 12;
}
}
}