[Scummvm-cvs-logs] SF.net SVN: scummvm: [29269] scummvm/trunk/sound/softsynth/mt32/synth.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Oct 27 20:51:38 CEST 2007


Revision: 29269
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29269&view=rev
Author:   fingolfin
Date:     2007-10-27 11:51:37 -0700 (Sat, 27 Oct 2007)

Log Message:
-----------
Added support for more ROM versions, see FR #1820331

Modified Paths:
--------------
    scummvm/trunk/sound/softsynth/mt32/synth.cpp

Modified: scummvm/trunk/sound/softsynth/mt32/synth.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/mt32/synth.cpp	2007-10-27 18:23:13 UTC (rev 29268)
+++ scummvm/trunk/sound/softsynth/mt32/synth.cpp	2007-10-27 18:51:37 UTC (rev 29269)
@@ -36,8 +36,10 @@
 
 const int MAX_SYSEX_SIZE = 512;
 
-const ControlROMMap ControlROMMaps[3] = {
+const ControlROMMap ControlROMMaps[5] = {
 	// ID    IDc IDbytes                     PCMmap  PCMc  tmbrA   tmbrAO, tmbrB   tmbrBO, tmbrR   trC  rhythm  rhyC  rsrv    panpot  prog
+	{0x4014, 22, "\000 ver1.04 14 July 87 ", 0x3000,  128, 0x8000, 0x0000, 0xC000, 0x4000, 0x3200,  30, 0x73A6,  85,  0x57C7, 0x57D0, 0x57E2}, // MT-32 revision 0
+	{0x4014, 22, "\000 ver1.06 31 Aug, 87 ", 0x3000,  128, 0x8000, 0x0000, 0xC000, 0x4000, 0x3200,  30, 0x7414,  85,  0x57D9, 0x57E2, 0x57F4}, // MT-32 revision 0
 	{0x4010, 22, "\000 ver1.07 10 Oct, 87 ", 0x3000,  128, 0x8000, 0x0000, 0xC000, 0x4000, 0x3200,  30, 0x73fe,  85,  0x57B1, 0x57BA, 0x57CC}, // MT-32 revision 1
 	{0x4010, 22, "\000verX.XX  30 Sep, 88 ", 0x3000,  128, 0x8000, 0x0000, 0xC000, 0x4000, 0x3200,  30, 0x741C,  85,  0x57E5, 0x57EE, 0x5800}, // MT-32 Blue Ridge mod
 	{0x2205, 22, "\000CM32/LAPC1.02 891205", 0x8100,  256, 0x8000, 0x8000, 0x8080, 0x8000, 0x8500,  64, 0x8580,  85,  0x4F93, 0x4F9C, 0x4FAE}  // CM-32L


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list