Boost interleave for Battle Shark

This commit is contained in:
Barry Harris 2014-05-06 20:35:07 +00:00
parent 8f5f2108b7
commit 8a3e2b5033
1 changed files with 1 additions and 1 deletions

View File

@ -4804,7 +4804,7 @@ static INT32 BsharkInit()
TaitoMakeInputsFunction = BsharkMakeInputs; TaitoMakeInputsFunction = BsharkMakeInputs;
TaitoDrawFunction = BsharkDraw; TaitoDrawFunction = BsharkDraw;
TaitoIrqLine = 4; TaitoIrqLine = 4;
TaitoFrameInterleave = 100; TaitoFrameInterleave = 271;
TaitoFlipScreenX = 1; TaitoFlipScreenX = 1;
nTaitoCyclesTotal[0] = 12000000 / 60; nTaitoCyclesTotal[0] = 12000000 / 60;