From b7b3319dfc6a1d23a804717c5dd25ed530555237 Mon Sep 17 00:00:00 2001 From: qeed Date: Fri, 24 Sep 2010 21:40:12 +0000 Subject: [PATCH] update --- src/sound.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/sound.cpp b/src/sound.cpp index 20ac7b2a..7a501f23 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -775,16 +775,17 @@ static void RDoTriangle(void) if(!lengthcount[2] || !TriCount) { /* Counter is halted, but we still need to output. */ - int32 *start = &WaveHi[ChannelBC[2]]; + /*int32 *start = &WaveHi[ChannelBC[2]]; int32 count = SOUNDTS - ChannelBC[2]; while(count--) { //Modify volume based on channel volume modifiers *start += (tcout/256*FSettings.TriangleVolume)&(~0xFFFF); // TODO OPTIMIZE ME NOW DAMMIT! start++; - } - //for(V=ChannelBC[2];V