toaplan1: samesame/fireshark respond to coins better

This commit is contained in:
dinkc64 2018-04-03 02:27:41 +00:00
parent fab7a9e3a0
commit da87ddf23e
1 changed files with 4 additions and 2 deletions

View File

@ -2670,13 +2670,15 @@ static INT32 DrvFrame()
memcpy (DrvSprSizeBuf , DrvSprSizeRAM , 0x80);
}
if (samesame && i == nVBlankLine + 2) {
SekSetIRQLine(2, CPU_IRQSTATUS_AUTO);
}
BurnTimerUpdateYM3812((i + 1) * (nCyclesTotal[1] / nInterleave));
if (has_dsp && dsp_on) tms32010_execute(nCyclesTotal[2] / nInterleave);
}
if (samesame) SekSetIRQLine(2, CPU_IRQSTATUS_AUTO);
BurnTimerEndFrameYM3812(nCyclesTotal[1]);
if (pBurnSoundOut) {