Reverted IRQ inhibit fix, this seems to break Dragon Warrior 4

This commit is contained in:
qeed 2009-06-22 15:03:55 +00:00
parent eb7cbc5673
commit 51046b7366
1 changed files with 1 additions and 1 deletions

View File

@ -973,7 +973,7 @@ DECLFW(Write_IRQFM)
FrameSoundUpdate(); FrameSoundUpdate();
fcnt=1; fcnt=1;
fhcnt=fhinc; fhcnt=fhinc;
if (V & 0x01) //if (V & 0x01)
{ {
X6502_IRQEnd(FCEU_IQFCOUNT); X6502_IRQEnd(FCEU_IQFCOUNT);
SIRQStat&=~0x40; SIRQStat&=~0x40;