toaplan1: samesame/fireshark respond to coins better
This commit is contained in:
parent
fab7a9e3a0
commit
da87ddf23e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue