Fixed some syntax errors introduced by last commit, sorry, dumbass me
This commit is contained in:
parent
090ce3201d
commit
4445cbecad
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue