Bump the interleave in Gradius III

This commit is contained in:
Barry Harris 2014-11-09 21:34:11 +00:00
parent 6c9aeb128f
commit 710a728b61
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ static INT32 DrvFrame()
INT32 nCycleSegment;
INT32 nSoundBufferPos = 0;
INT32 nInterleave = 100;
INT32 nInterleave = 150;
INT32 nCyclesTotal[3] = { 10000000 / 60, 10000000 / 60, 3579545 / 60 };
INT32 nCyclesDone[3] = { 0, 0, 0 };