NES MMC3: Mapper test indicates IRQ was happening one ppu tick too late.

This commit is contained in:
alyosha-tas 2019-07-08 08:16:43 -04:00
parent 5b2ed7e4ff
commit f544c044bf
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
else
{
separator_counter = 15;
irq_countdown = 6;
irq_countdown = 5;
}
}