From b5af1f873b8e79da50598e77721178bcce47276d Mon Sep 17 00:00:00 2001 From: dinkc64 <12570148+dinkc64@users.noreply.github.com> Date: Sun, 11 Jan 2015 15:36:46 +0000 Subject: [PATCH] fix flickery sprites in dooyong Super-X --- src/burn/drv/pst90s/d_dooyong.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/drv/pst90s/d_dooyong.cpp b/src/burn/drv/pst90s/d_dooyong.cpp index 0091e65ec..80752a257 100644 --- a/src/burn/drv/pst90s/d_dooyong.cpp +++ b/src/burn/drv/pst90s/d_dooyong.cpp @@ -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);