[Scummvm-cvs-logs] CVS: scummvm/sound mididrv.cpp,1.46,1.47

Chris Apers chrilith at users.sourceforge.net
Thu Dec 18 03:50:03 CET 2003


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv22940

Modified Files:
	mididrv.cpp 
Log Message:
This is now supported on PalmOS

Index: mididrv.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mididrv.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- mididrv.cpp	18 Oct 2003 00:22:46 -0000	1.46
+++ mididrv.cpp	18 Dec 2003 11:49:53 -0000	1.47
@@ -53,10 +53,10 @@
 
 #if !defined(__PALM_OS__)
 	{"adlib", "Adlib", MD_ADLIB},
-	{"pcspk", "PC Speaker", MD_PCSPK},
-	{"pcjr", "IBM PCjr", MD_PCJR},
 	{"towns", "FM Towns", MD_TOWNS},
 #endif
+	{"pcspk", "PC Speaker", MD_PCSPK},
+	{"pcjr", "IBM PCjr", MD_PCJR},
 
 #if defined(__PALM_OS__)
 	{"ypa1", "Yamaha Pa1", MD_YPA1},





More information about the Scummvm-git-logs mailing list