NES MMC3: Mapper test indicates IRQ was happening one ppu tick too late.
This commit is contained in:
parent
5b2ed7e4ff
commit
f544c044bf
|
@ -307,7 +307,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
else
|
||||
{
|
||||
separator_counter = 15;
|
||||
irq_countdown = 6;
|
||||
irq_countdown = 5;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue