Fixed some syntax errors introduced by last commit, sorry, dumbass me

This commit is contained in:
qeed 2009-06-12 15:29:54 +00:00
parent 090ce3201d
commit 4445cbecad
1 changed files with 0 additions and 9 deletions

View File

@ -973,20 +973,11 @@ DECLFW(Write_IRQFM)
FrameSoundUpdate();
fcnt=1;
fhcnt=fhinc;
<<<<<<< .mine
if (V & 0x01)
{
X6502_IRQEnd(FCEU_IQFCOUNT);
SIRQStat&=~0x40;
}
=======
//X6502_IRQEnd(FCEU_IQFCOUNT);
if (V & 0x1)
{
X6502_IRQEnd(FCEU_IQFCOUNT);
SIRQStat&=~0x40;
}
>>>>>>> .r1322
IRQFrameMode=V;
}