diff options
-rw-r--r-- | AUTHORS | 5 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | gui/credits.h | 4 | ||||
-rw-r--r-- | gui/options.cpp | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
5 files changed, 8 insertions, 7 deletions
@@ -181,7 +181,7 @@ ScummVM Team David Corrales-Lopez - Filesystem access improvements (GSoC 2007 task) Jerome Fisher - MT-32 emulator - Jochen Hoenicke - Speaker & PCjr sound support, Adlib work + Jochen Hoenicke - Speaker & PCjr sound support, AdLib work Chris Page - Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task) Robin Watts - ARM assembly routines for nice speedups on @@ -330,7 +330,8 @@ Other contributions ------------------ Ori Avtalion - Subtitle control options in the GUI; BASS GUI fixes - Stuart Caie - Decoders for Simon 1 Amiga data files + Stuart Caie - Decoders for Amiga and AtariST data files (AGOS + engine) Paolo Costabel - PSP port contributions Thierry Crozat - Support for Broken Sword 1 Macintosh version Martin Doucha - CinE engine objectification @@ -1365,7 +1365,7 @@ operating system and configuration. To select a sound driver, select it in the Launcher, or pass its name via the '-e' option to scummvm, for example: - scummvm -eAdLib monkey2 + scummvm -eadlib monkey2 7.1) Playing sound with AdLib emulation: diff --git a/gui/credits.h b/gui/credits.h index e294d195e5..4bfd788172 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -189,7 +189,7 @@ static const char *credits[] = { "C0""Jerome Fisher", "C2""MT-32 emulator", "C0""Jochen Hoenicke", -"C2""Speaker & PCjr sound support, Adlib work", +"C2""Speaker & PCjr sound support, AdLib work", "C0""Chris Page", "C2""Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task)", "C0""Robin Watts", @@ -385,7 +385,7 @@ static const char *credits[] = { "C0""Ori Avtalion", "C2""Subtitle control options in the GUI; BASS GUI fixes", "C0""Stuart Caie", -"C2""Decoders for Simon 1 Amiga data files", +"C2""Decoders for Amiga and AtariST data files (AGOS engine)", "C0""Paolo Costabel", "C2""PSP port contributions", "C0""Thierry Crozat", diff --git a/gui/options.cpp b/gui/options.cpp index da9a5cecf5..415d7ca357 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -595,7 +595,7 @@ void OptionsDialog::addMIDIControls(GuiObject *boss, const String &prefix) { _soundFontClearButton = new ButtonWidget(boss, prefix + "mcFontClearButton", "C", kClearSoundFontCmd, 0); // Multi midi setting - _multiMidiCheckbox = new CheckboxWidget(boss, prefix + "mcMixedCheckbox", "Mixed Adlib/MIDI mode", 0, 0); + _multiMidiCheckbox = new CheckboxWidget(boss, prefix + "mcMixedCheckbox", "Mixed AdLib/MIDI mode", 0, 0); // Native mt32 setting _mt32Checkbox = new CheckboxWidget(boss, prefix + "mcMt32Checkbox", "True Roland MT-32 (disable GM emulation)", 0, 0); diff --git a/tools/credits.pl b/tools/credits.pl index a911216b98..bee960ccaf 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -675,7 +675,7 @@ begin_credits("Credits"); begin_section("Miscellaneous"); add_person("David Corrales-Lopez", "david_corrales", "Filesystem access improvements (GSoC 2007 task)"); add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator"); - add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work"); + add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, AdLib work"); add_person("Chris Page", "cp88", "Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task)"); add_person("Robin Watts", "robinwatts", "ARM assembly routines for nice speedups on several ports; improvements to the sound mixer"); end_section(); |