[Scummvm-cvs-logs] CVS: scummvm/backends/midi adlib.cpp,1.12,1.13

Travis Howell kirben at users.sourceforge.net
Mon Feb 10 03:52:02 CET 2003


Update of /cvsroot/scummvm/scummvm/backends/midi
In directory sc8-pr-cvs1:/tmp/cvs-serv23533/backends/midi

Modified Files:
	adlib.cpp 
Log Message:

Add missing simon 1/2 adlib control codes, purpose unknown.


Index: adlib.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/adlib.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- adlib.cpp	29 Jan 2003 21:28:37 -0000	1.12
+++ adlib.cpp	10 Feb 2003 11:51:23 -0000	1.13
@@ -632,6 +632,8 @@
 	case 64:  sustain (value > 0); break;
 	case 91:  break; // Effects level. Not supported.
 	case 93:  break; // Chorus level. Not supported.
+	case 119: break; // Unknown, used in Simon the Sorcerer 2
+	case 121: break; // Unknown, used in Simon the Sorcerer 1
 	case 123: allNotesOff(); break;
 	default:
 		warning ("Adlib: Unknown control change message %d", (int) control);





More information about the Scummvm-git-logs mailing list