aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2010-02-07 22:04:00 +0000
committerJohannes Schickel2010-02-07 22:04:00 +0000
commit99411b177cb825100fe1b99db88525da4cddff68 (patch)
tree23f72f18a272edc650f6674b9459fab4f3d1ba8e
parentd1761a72ab16807af08787d643758e9e9051d974 (diff)
downloadscummvm-rg350-99411b177cb825100fe1b99db88525da4cddff68.tar.gz
scummvm-rg350-99411b177cb825100fe1b99db88525da4cddff68.tar.bz2
scummvm-rg350-99411b177cb825100fe1b99db88525da4cddff68.zip
Add the DOSBox Team to our "Special Thanks" section for their awesome OPL2/OPL3 emulator.
svn-id: r47983
-rw-r--r--AUTHORS1
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl1
3 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 829bbcbcb0..7a2a150ba3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -414,6 +414,7 @@ Special thanks to
Patrick Combet - For the original Gobliiins ADL player
Ivan Dubrov - For contributing the initial version of the Gobliiins
engine
+ DOSBox Team - For their awesome OPL2 and OPL3 emulator
Till Kresslein - For design of modern ScummVM GUI
Jezar - For his freeverb filter implementation
Jim Leiterman - Various info on his FM-TOWNS/Marty SCUMM ports
diff --git a/gui/credits.h b/gui/credits.h
index de35378342..0b578eea6b 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -505,6 +505,8 @@ static const char *credits[] = {
"C2""For the original Gobliiins ADL player",
"C0""Ivan Dubrov",
"C2""For contributing the initial version of the Gobliiins engine",
+"C0""DOSBox Team",
+"C2""For their awesome OPL2 and OPL3 emulator",
"C0""Till Kresslein",
"C2""For design of modern ScummVM GUI",
"C0""Jezar",
diff --git a/tools/credits.pl b/tools/credits.pl
index fc8a118ef0..b549c131e1 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -940,6 +940,7 @@ begin_credits("Credits");
add_person("Curt Coder", "", "For the original TrollVM (preAGI) code");
add_person("Patrick Combet", "Dorian Gray", "For the original Gobliiins ADL player");
add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine");
+ add_person("DOSBox Team", "", "For their awesome OPL2 and OPL3 emulator");
add_person("Till Kresslein", "Krest", "For design of modern ScummVM GUI");
add_person("", "Jezar", "For his freeverb filter implementation");
add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports");