aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/voc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/voc.h b/sound/voc.h
index 285611459c..b516575f54 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -50,7 +50,7 @@ struct VocBlockHeader {
static inline int getSampleRateFromVOCRate(int vocSR) {
- if (vocSR == 0xa6) {
+ if (vocSR == 0xa5 || vocSR == 0xa6) {
return 11025;
} else if (vocSR == 0xd2 || vocSR == 0xd3) {
return 22050;