[Scummvm-cvs-logs] SF.net SVN: scummvm:[52802] scummvm/trunk/engines/sci/sound/drivers/ mididriver.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Sep 19 13:44:08 CEST 2010


Revision: 52802
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52802&view=rev
Author:   thebluegr
Date:     2010-09-19 11:44:07 +0000 (Sun, 19 Sep 2010)

Log Message:
-----------
SCI: Added documentation for the different music patches in SCI games

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/drivers/mididriver.h

Modified: scummvm/trunk/engines/sci/sound/drivers/mididriver.h
===================================================================
--- scummvm/trunk/engines/sci/sound/drivers/mididriver.h	2010-09-19 10:56:08 UTC (rev 52801)
+++ scummvm/trunk/engines/sci/sound/drivers/mididriver.h	2010-09-19 11:44:07 UTC (rev 52802)
@@ -32,6 +32,20 @@
 
 namespace Sci {
 
+// Music patches in SCI games:
+// ===========================
+// 1.pat - MT-32 driver music patch
+// 2.pat - Yamaha FB01 driver music patch
+// 3.pat - Adlib driver music patch
+// 4.pat - Casio MT-540 (in earlier SCI0 games)
+// 4.pat - GM driver music patch (in later games that support GM)
+// 7.pat (newer) / patch.200 (older) - Mac driver music patch / Casio CSM-1
+// 9.pat (newer) / patch.005 (older) - Amiga driver music patch
+// 98.pat - Unknown, found in later SCI1.1 games. A MIDI format patch
+// 101.pat - CMS/PCjr driver music patch.
+//           Only later PCjr drivers use this patch, earlier ones don't use a patch
+// bank.001 - older SCI0 Amiga instruments
+
 class ResourceManager;
 
 enum {
@@ -39,7 +53,6 @@
 	MIDI_PROP_MASTER_VOLUME = 0
 };
 
-
 #define MIDI_RHYTHM_CHANNEL 9
 
 /* Special SCI sound stuff */


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