From 3031b5d259b5feebf20d9b4bd11ea72e63f11e56 Mon Sep 17 00:00:00 2001 From: iq_132 <1191709+iq132@users.noreply.github.com> Date: Mon, 19 Mar 2012 00:41:47 +0000 Subject: [PATCH] We want Best of Best to run at 6mhz. Not 150. lmao. --- src/burn/drv/pst90s/d_suna16.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/drv/pst90s/d_suna16.cpp b/src/burn/drv/pst90s/d_suna16.cpp index 82ad398fe..76ba481c2 100644 --- a/src/burn/drv/pst90s/d_suna16.cpp +++ b/src/burn/drv/pst90s/d_suna16.cpp @@ -1922,7 +1922,7 @@ static INT32 BestbestFrame() SekOpen(0); for (INT32 i = 0; i < nInterleave; i++) { - SekRun(nCyclesTotal[0] / 2); + SekRun(nCyclesTotal[0] / nInterleave); if (i == (nInterleave / 2)-1) SekSetIRQLine(1, SEK_IRQSTATUS_AUTO); if (i == (nInterleave )-1) SekSetIRQLine(2, SEK_IRQSTATUS_AUTO);