fix a little type-o in shaolins :)

This commit is contained in:
dinkc64 2014-10-23 13:08:49 +00:00
parent bd4494791d
commit 28bd0652cf
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ static INT32 DrvFrame()
// Render Sound Segment
if (pBurnSoundOut) {
INT32 nSegmentLength = nBurnSoundLen / nSoundBufferPos;
INT32 nSegmentLength = nBurnSoundLen / nInterleave;
INT16* pSoundBuf = pBurnSoundOut + (nSoundBufferPos << 1);
SN76496Update(0, pSoundBuf, nSegmentLength);
SN76496Update(1, pSoundBuf, nSegmentLength);