aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/sid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/sid.cpp')
-rw-r--r--sound/softsynth/sid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/sid.cpp b/sound/softsynth/sid.cpp
index e0dfd2efc0..d600ac28f5 100644
--- a/sound/softsynth/sid.cpp
+++ b/sound/softsynth/sid.cpp
@@ -506,7 +506,7 @@ Filter::Filter() {
+ sizeof(f0_points_6581)/sizeof(*f0_points_6581) - 1,
PointPlotter<sound_sample>(f0_6581), 1.0);
- mixer_DC = -0xfff*0xff/18 >> 7;
+ mixer_DC = (-0xfff*0xff/18) >> 7;
f0 = f0_6581;
f0_points = f0_points_6581;