aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/staticres.cpp
diff options
context:
space:
mode:
authorGregory Montoir2007-07-30 17:45:43 +0000
committerGregory Montoir2007-07-30 17:45:43 +0000
commit012f16d5c3f6c9cc49c3182ced12e47cdd8becb0 (patch)
treedb64d042a5be5322e1a25522bb456f71d2a4c659 /engines/touche/staticres.cpp
parente75e237f6ce10c416e68e9d2aec16fe606dfeeb2 (diff)
downloadscummvm-rg350-012f16d5c3f6c9cc49c3182ced12e47cdd8becb0.tar.gz
scummvm-rg350-012f16d5c3f6c9cc49c3182ced12e47cdd8becb0.tar.bz2
scummvm-rg350-012f16d5c3f6c9cc49c3182ced12e47cdd8becb0.zip
added missing MIDI gm->mt32 program change mapping (bug #1759318)
svn-id: r28331
Diffstat (limited to 'engines/touche/staticres.cpp')
-rw-r--r--engines/touche/staticres.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/touche/staticres.cpp b/engines/touche/staticres.cpp
index 4c3ea4855f..eb3ddc15ff 100644
--- a/engines/touche/staticres.cpp
+++ b/engines/touche/staticres.cpp
@@ -27,6 +27,7 @@
#include "touche/graphics.h"
#include "touche/touche.h"
+#include "touche/midi.h"
namespace Touche {
@@ -1332,5 +1333,15 @@ int Graphics::_fontSize = Graphics::_engFontSize;
const uint8 *Graphics::_fontData = Graphics::_engFontData;
+const uint8 MidiPlayer::_gmToRol[] = {
+ 0x01, 0x02, 0x03, 0x08, 0x04, 0x05, 0x11, 0x14, 0x66, 0x66, 0x66, 0x62, 0x69, 0x68, 0x67, 0x26,
+ 0x09, 0x0A, 0x0B, 0x0E, 0x0F, 0x10, 0x10, 0x10, 0x3C, 0x3D, 0x3D, 0x3D, 0x3D, 0x3E, 0x3F, 0x3F,
+ 0x47, 0x41, 0x42, 0x48, 0x45, 0x46, 0x1D, 0x1E, 0x35, 0x36, 0x37, 0x39, 0x33, 0x34, 0x3A, 0x71,
+ 0x31, 0x32, 0x31, 0x32, 0x23, 0x23, 0x23, 0x7B, 0x59, 0x5B, 0x5F, 0x5A, 0x5D, 0x60, 0x19, 0x1A,
+ 0x4F, 0x50, 0x51, 0x52, 0x55, 0x56, 0x57, 0x53, 0x4B, 0x49, 0x4D, 0x4E, 0x6F, 0x6C, 0x6D, 0x6E,
+ 0x30, 0x19, 0x4E, 0x2B, 0x28, 0x23, 0x19, 0x30, 0x21, 0x25, 0x1C, 0x21, 0x24, 0x22, 0x21, 0x22,
+ 0x2A, 0x25, 0x24, 0x26, 0x2E, 0x22, 0x29, 0x21, 0x40, 0x40, 0x6A, 0x6A, 0x68, 0x10, 0x35, 0x10,
+ 0x7F, 0x6B, 0x69, 0x75, 0x76, 0x72, 0x74, 0x01, 0x01, 0x70, 0x01, 0x7D, 0x7C, 0x01, 0x01, 0x01
+};
} // namespace Touche