aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--gui/credits.h4
-rwxr-xr-xtools/credits.pl4
3 files changed, 10 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 3612b2e88a..e95f54ddaf 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -226,6 +226,8 @@ Other contributions
Andreas Karlsson - Initial port for EPOC/SymbianOS
Claudio Matsuoka - Daily Linux builds
Thomas Mayer - PSP port contributions
+ n0p - Windows CE port aspect ratio correction scaler
+ and right click input method
Mikesch Nepomuk - MI1 VGA floppy patches
Nicolas Noble - Config file and ALSA support
Quietust - Sound support for Amiga SCUMM V2/V3 games, MM
@@ -236,6 +238,7 @@ Other contributions
support
Andre Souza - SDL-based OpenGL renderer
Tim Phillips - Initial MI1 CD music support
+ Robin Watts - ARM assembly routines for the Windows CE port
And to all the contributors, users, and beta testers we've missed. Thanks!
diff --git a/gui/credits.h b/gui/credits.h
index e63509e025..5ce20e7475 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -260,6 +260,8 @@ static const char *credits[] = {
"\\C\\c2""Daily Linux builds",
"\\C\\c0""Thomas Mayer",
"\\C\\c2""PSP port contributions",
+"\\C\\c0""n0p",
+"\\C\\c2""Windows CE port aspect ratio correction scaler and right click input method",
"\\C\\c0""Mikesch Nepomuk",
"\\C\\c2""MI1 VGA floppy patches",
"\\C\\c0""Nicolas Noble",
@@ -276,6 +278,8 @@ static const char *credits[] = {
"\\C\\c2""SDL-based OpenGL renderer",
"\\C\\c0""Tim Phillips",
"\\C\\c2""Initial MI1 CD music support",
+"\\C\\c0""Robin Watts",
+"\\C\\c2""ARM assembly routines for the Windows CE port",
"\\C\\c0""",
"\\C\\c0""And to all the contributors, users, and beta testers we've missed. Thanks!",
"\\C\\c0""",
diff --git a/tools/credits.pl b/tools/credits.pl
index af3d13865b..015134eaef 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -576,7 +576,7 @@ begin_credits("Credits");
begin_section("PocketPC / WinCE");
add_person("Nicolas Bacca", "arisme", "");
- add_person("Kostas Nakos", "knakos", "");
+ add_person("Kostas Nakos", "Jubanka", "");
end_section();
begin_section("PlayStation 2");
@@ -733,6 +733,7 @@ begin_credits("Credits");
add_person("Andreas Karlsson", "Sprawl", "Initial port for EPOC/SymbianOS");
add_person("Claudio Matsuoka", "", "Daily Linux builds");
add_person("Thomas Mayer", "", "PSP port contributions");
+ add_person("", "n0p", "Windows CE port aspect ratio correction scaler and right click input method");
add_person("Mikesch Nepomuk", "", "MI1 VGA floppy patches");
add_person("Nicolas Noble", "pixels", "Config file and ALSA support");
add_person("", "Quietust", "Sound support for Amiga SCUMM V2/V3 games, MM NES support");
@@ -741,6 +742,7 @@ begin_credits("Credits");
add_person("Daniel Schepler", "", "Final MI1 CD music support, initial Ogg Vorbis support");
add_person("André Souza", "", "SDL-based OpenGL renderer");
add_person("Tim Phillips", "realmz", "Initial MI1 CD music support");
+ add_person("Robin Watts", "", "ARM assembly routines for the Windows CE port");
end_persons();
end_section();