[Scummvm-cvs-logs] CVS: scummvm/sound mididrv.cpp,1.48,1.49
Chris Apers
chrilith at users.sourceforge.net
Tue Jan 20 06:39:01 CET 2004
Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv12837
Modified Files:
mididrv.cpp
Log Message:
Enable those drivers (still no sound on PalmOS)
Index: mididrv.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mididrv.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- mididrv.cpp 6 Jan 2004 12:45:33 -0000 1.48
+++ mididrv.cpp 20 Jan 2004 14:38:15 -0000 1.49
@@ -53,8 +53,8 @@
#if !defined(__PALM_OS__)
{"adlib", "Adlib", MD_ADLIB},
- {"towns", "FM Towns", MD_TOWNS},
#endif
+ {"towns", "FM Towns", MD_TOWNS},
{"pcspk", "PC Speaker", MD_PCSPK},
{"pcjr", "IBM PCjr", MD_PCJR},
More information about the Scummvm-git-logs
mailing list