summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/mpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index a7d5265e8c..404d8aa2e7 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2981,6 +2981,7 @@ void mpeg_init(int volume, int bass, int treble, int balance, int loudness,
2981 loudness = bass_boost = avc; 2981 loudness = bass_boost = avc;
2982#endif 2982#endif
2983 2983
2984 PAIOR |= 0x0800; /* output for /PR */
2984 setup_sci0(); 2985 setup_sci0();
2985 2986
2986#ifdef HAVE_MAS3587F 2987#ifdef HAVE_MAS3587F