aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/tfmx.cpp
diff options
context:
space:
mode:
authorNorbert Lange2009-08-07 16:21:30 +0000
committerNorbert Lange2009-08-07 16:21:30 +0000
commitc4047908aa8970c2742544d2186bf0303fe9c9d0 (patch)
tree8e91f07fab60bd2a77664f8558fb6a941dae27c6 /sound/mods/tfmx.cpp
parent648bec1d0ccce8738d672b3a7b23933722cd60e6 (diff)
downloadscummvm-rg350-c4047908aa8970c2742544d2186bf0303fe9c9d0.tar.gz
scummvm-rg350-c4047908aa8970c2742544d2186bf0303fe9c9d0.tar.bz2
scummvm-rg350-c4047908aa8970c2742544d2186bf0303fe9c9d0.zip
added stub for setting audio filter in Paula
fixed wrong value for volume in maxtrax svn-id: r43099
Diffstat (limited to 'sound/mods/tfmx.cpp')
-rw-r--r--sound/mods/tfmx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/mods/tfmx.cpp b/sound/mods/tfmx.cpp
index 9792b77569..eda536ba34 100644
--- a/sound/mods/tfmx.cpp
+++ b/sound/mods/tfmx.cpp
@@ -1043,6 +1043,7 @@ void Tfmx::doSong(int songPos, bool stopAudio) {
_playerCtx.patternSkip = tempo;
}
setInterruptFreqUnscaled(ciaIntervall);
+ Paula::setAudioFilter(true);
_playerCtx.patternCount = 0;
if (trackRun())