We want Best of Best to run at 6mhz. Not 150. lmao.

This commit is contained in:
iq_132 2012-03-19 00:41:47 +00:00
parent 4125200597
commit 3031b5d259
1 changed files with 1 additions and 1 deletions

View File

@ -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);