diff options
author | Chris Apers | 2004-05-25 15:03:24 +0000 |
---|---|---|
committer | Chris Apers | 2004-05-25 15:03:24 +0000 |
commit | b4f7ab7994bda2b0258b3b7853b661443af963c9 (patch) | |
tree | f01b247bb653ea372b61a5942c035b6f3131bb2b | |
parent | f66c9a36bc449c9c258e8428ef927102be6d2ca9 (diff) | |
download | scummvm-rg350-b4f7ab7994bda2b0258b3b7853b661443af963c9.tar.gz scummvm-rg350-b4f7ab7994bda2b0258b3b7853b661443af963c9.tar.bz2 scummvm-rg350-b4f7ab7994bda2b0258b3b7853b661443af963c9.zip |
Not yet supported
svn-id: r13891
-rw-r--r-- | base/gameDetector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index 9b2103a35f..7c0cae6072 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -598,7 +598,7 @@ MidiDriver *GameDetector::createMidi(int midiDriver) { case MD_PCJR: return NULL; #if defined(__PALM_OS__) case MD_YPA1: return MidiDriver_YamahaPa1_create(); - case MD_ZODIAC: return MidiDriver_Zodiac_create(); +// case MD_ZODIAC: return MidiDriver_Zodiac_create(); #endif #if defined(WIN32) && !defined(_WIN32_WCE) case MD_WINDOWS: return MidiDriver_WIN_create(); |