This commit is contained in:
dinkc64 2015-02-08 23:12:27 +00:00
parent bf9a37994d
commit 2879e0d14c

View File

@ -518,7 +518,7 @@ static INT32 DrvFrame()
if ((DrvInputs[2] & 0x03) == 0) DrvInputs[2] |= 0x03;
}
INT32 nInterleave = 10;
INT32 nInterleave = 256;
INT32 nCyclesTotal[2] = { 1536000 / 60, 1789772 / 60 };
INT32 nCyclesDone[2] = { 0, 0 };
INT32 nSoundBufferPos = 0;