diff options
-rw-r--r-- | base/commandLine.cpp | 4 | ||||
-rw-r--r-- | sound/mididrv.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp index 62c526b0c6..b58c3d320d 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -99,11 +99,11 @@ static const char HELP_STRING[] = " --extrapath=PATH Extra path to additional game data\n" " --soundfont=FILE Select the SoundFont for MIDI playback (only\n" " supported by some MIDI drivers)\n" - " --multi-midi Enable combination Adlib and native MIDI\n" + " --multi-midi Enable combination AdLib and native MIDI\n" " --native-mt32 True Roland MT-32 (disable GM emulation)\n" " --enable-gs Enable Roland GS mode for MIDI playback\n" " --output-rate=RATE Select output sample rate in Hz (e.g. 22050)\n" - " --opl-driver=DRIVER Select Adlib (OPL) emulator (db, mame)\n" + " --opl-driver=DRIVER Select AdLib (OPL) emulator (db, mame)\n" " --aspect-ratio Enable aspect ratio correction\n" " --render-mode=MODE Enable additional render modes (cga, ega, hercGreen,\n" " hercAmber, amiga)\n" 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}, |