diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index c1a5fd47b9..219221b65b 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -622,6 +622,10 @@ begin_credits("Credits"); add_person("Juha Niemimäki", "", ""); end_section(); + begin_section("Atari/FreeMiNT"); + add_person("Keith Scroggins", "KeithS", ""); + end_section(); + begin_section("BeOS"); add_person("Stefan Parviainen", "", ""); end_section(); |