aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.cpp
diff options
context:
space:
mode:
authorChris Apers2004-02-05 13:56:39 +0000
committerChris Apers2004-02-05 13:56:39 +0000
commit2420bf29003bd9ea07337638c233333776423758 (patch)
tree19339ebbe5b1df1c826274c406ac2939b1a412d5 /sound/mididrv.cpp
parentacbb4b98b62833dbc7bedc0f226aada8523cccab (diff)
downloadscummvm-rg350-2420bf29003bd9ea07337638c233333776423758.tar.gz
scummvm-rg350-2420bf29003bd9ea07337638c233333776423758.tar.bz2
scummvm-rg350-2420bf29003bd9ea07337638c233333776423758.zip
Prepare Zodiac MIDI support
svn-id: r12734
Diffstat (limited to 'sound/mididrv.cpp')
-rw-r--r--sound/mididrv.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index 10877529f4..9bf41726a5 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -60,6 +60,7 @@ static const struct MidiDriverDescription midiDrivers[] = {
#if defined(__PALM_OS__)
{"ypa1", "Yamaha Pa1", MD_YPA1},
+ {"zodiac", "Tapwave Zodiac", MD_ZODIAC},
#endif
{0, 0, 0}
};