aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/mididrv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index 437ea6333b..7b33b882da 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -53,10 +53,10 @@ static const struct MidiDriverDescription midiDrivers[] = {
#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},