IRQ inhibit fix for 0x4017
This commit is contained in:
parent
4765aeafd6
commit
fa2a4a27fc
|
@ -973,8 +973,12 @@ DECLFW(Write_IRQFM)
|
|||
FrameSoundUpdate();
|
||||
fcnt=1;
|
||||
fhcnt=fhinc;
|
||||
X6502_IRQEnd(FCEU_IQFCOUNT);
|
||||
SIRQStat&=~0x40;
|
||||
//X6502_IRQEnd(FCEU_IQFCOUNT);
|
||||
if (V & 0x1)
|
||||
{
|
||||
X6502_IRQEnd(FCEU_IQFCOUNT);
|
||||
SIRQStat&=~0x40;
|
||||
}
|
||||
IRQFrameMode=V;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue