SN: Defle......

This commit is contained in:
tildearrow 2022-12-08 01:38:49 -05:00
parent adf21c4b70
commit 6dd2459e5f
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ void DivPlatformSMS::tick(bool sysTick) {
for (int i=0; i<4; i++) {
chan[i].std.next();
if (chan[i].std.vol.had) {
chan[i].outVol=VOL_SCALE_LOG_BROKEN(chan[i].std.vol.val,chan[i].vol,15);
chan[i].outVol=VOL_SCALE_LOG(chan[i].std.vol.val,chan[i].vol,15);
if (chan[i].outVol<0) chan[i].outVol=0;
// old formula
// ((chan[i].vol&15)*MIN(15,chan[i].std.vol.val))>>4;