aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");