diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/voc.h | 2 |
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; |