fix flickery sprites in dooyong Super-X

This commit is contained in:
dinkc64 2015-01-11 15:36:46 +00:00
parent 16014432f4
commit b5af1f873b
1 changed files with 1 additions and 1 deletions

View File

@ -2990,7 +2990,7 @@ static INT32 RsharkFrame()
for (INT32 i = 0; i < nInterleave; i++)
{
nCyclesDone[0] += SekRun(nCyclesTotal[0] / nInterleave);
if (i == 248) SekSetIRQLine(5, SEK_IRQSTATUS_AUTO);
if (i == 250) SekSetIRQLine(5, SEK_IRQSTATUS_AUTO);
if (i == 120) SekSetIRQLine(6, SEK_IRQSTATUS_AUTO);
nCyclesDone[1] += ZetRun(nCyclesTotal[1] / nInterleave);