Fix Skull and Crossbones
This commit is contained in:
parent
2911e498e1
commit
8570b50a4e
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue