aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32/mt32emu.h
diff options
context:
space:
mode:
authorFilippos Karapetis2012-12-25 23:22:36 +0200
committerFilippos Karapetis2012-12-25 23:48:25 +0200
commitd9e555afd5932c458f559034c6dca1df346ead4b (patch)
treee7d41c550ff221d47664dd7fe4b3c1d4c9aa8af8 /audio/softsynth/mt32/mt32emu.h
parent0e5bfb66f03551f998405ce6674f3e6eab4a0150 (diff)
downloadscummvm-rg350-d9e555afd5932c458f559034c6dca1df346ead4b.tar.gz
scummvm-rg350-d9e555afd5932c458f559034c6dca1df346ead4b.tar.bz2
scummvm-rg350-d9e555afd5932c458f559034c6dca1df346ead4b.zip
MT32: Update the MT32 emulator to a newer munt commit
Previous munt commit was f969d20 (Nov 15, 2012) Current munt commit is 84b2819 (Dec 22, 2012) We are still missing the changes from commit 788f7b1 onwards (Dec 22, 2012). There are bigger ROM access-related changes from that point, which we'll have to integrate as well.
Diffstat (limited to 'audio/softsynth/mt32/mt32emu.h')
-rw-r--r--audio/softsynth/mt32/mt32emu.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/softsynth/mt32/mt32emu.h b/audio/softsynth/mt32/mt32emu.h
index f10bc1faab..a5a72b01ca 100644
--- a/audio/softsynth/mt32/mt32emu.h
+++ b/audio/softsynth/mt32/mt32emu.h
@@ -84,9 +84,10 @@
// If zero, keeps reverb buffers for all modes around all the time to avoid allocating/freeing in the critical path.
#define MT32EMU_REDUCE_REVERB_MEMORY 1
-// 0: Use standard Freeverb
-// 1: Use AReverb (currently not properly tuned)
-#define MT32EMU_USE_AREVERBMODEL 0
+// 0: Use legacy Freeverb
+// 1: Use Accurate Reverb model aka AReverb
+// 2: Use Bit-perfect Boss Reverb model aka BReverb (for developers, not much practical use)
+#define MT32EMU_USE_REVERBMODEL 1
namespace MT32Emu
{