diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mididrv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp index 5118e4971e..85d6994992 100644 --- a/sound/mididrv.cpp +++ b/sound/mididrv.cpp @@ -85,7 +85,7 @@ static const MidiDriverDescription s_musicDrivers[] = { #endif // The flags for the "adlib" driver indicates that it can do adlib and MIDI. - {"adlib", "Adlib", MD_ADLIB, MDT_ADLIB}, + {"adlib", "AdLib", MD_ADLIB, MDT_ADLIB}, {"pcspk", "PC Speaker", MD_PCSPK, MDT_PCSPK}, {"pcjr", "IBM PCjr", MD_PCJR, MDT_PCSPK}, {"towns", "FM Towns", MD_TOWNS, MDT_TOWNS}, |