mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-26 18:40:26 +00:00
Merge branch 'master' of https://github.com/finalburnneo/FBNeo into finalburnneo-master
This commit is contained in:
commit
5ec508b3b7
@ -10971,6 +10971,11 @@ static INT32 TaitoF2Frame()
|
||||
if (i == (nInterleave - 1)) nTaitoCyclesSegment -= 500;
|
||||
nTaitoCyclesDone[nCurrentCPU] += SekRun(nTaitoCyclesSegment);
|
||||
if (i == (nInterleave - 1)) {
|
||||
// draw @ vblank
|
||||
TaitoF2HandleSpriteBuffering();
|
||||
if (pBurnDraw) BurnDrvRedraw();
|
||||
TaitoF2SpriteBufferFunction();
|
||||
|
||||
SekSetIRQLine(5, CPU_IRQSTATUS_AUTO);
|
||||
nTaitoCyclesDone[nCurrentCPU] += SekRun(500);
|
||||
SekSetIRQLine(6, CPU_IRQSTATUS_AUTO);
|
||||
@ -10997,12 +11002,6 @@ static INT32 TaitoF2Frame()
|
||||
}
|
||||
ZetClose();
|
||||
|
||||
TaitoF2HandleSpriteBuffering();
|
||||
|
||||
if (pBurnDraw) BurnDrvRedraw();
|
||||
|
||||
TaitoF2SpriteBufferFunction();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user