From: Shamus Hammons Date: Fri, 2 Jan 2004 07:15:57 +0000 (+0000) Subject: Small change to credits X-Git-Tag: 1.0.7~74 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99022b1729761292b036c382934b73e62f06923b;p=virtualjaguar Small change to credits --- diff --git a/src/log.cpp b/src/log.cpp index e4d4106..ea38d63 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -1,7 +1,7 @@ // // Log handler // -// by Cal2 +// Originally by David Raingeard (Cal2) // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS) // Cleanups/new stuff by James L. Hammons // diff --git a/src/vj.cpp b/src/vj.cpp index effc91d..2c4ff43 100644 --- a/src/vj.cpp +++ b/src/vj.cpp @@ -1,7 +1,7 @@ // // Virtual Jaguar Emulator // -// Original codebase by Cal2 +// Original codebase by David Raingeard (Cal2) // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS) // Cleanups/fixes/enhancements by James L. Hammons and Adam Green // @@ -73,7 +73,7 @@ int main(int argc, char * argv[]) int32 nFrame = 0; // No. of Frame printf("Virtual Jaguar GCC/SDL Portable Jaguar Emulator v1.0.7\n"); - printf("Based upon Virtual Jaguar core v1.0.0 by Cal2 of Potato emulation.\n"); + printf("Based upon Virtual Jaguar core v1.0.0 by David Raingeard.\n"); printf("Written by Niels Wagenaar (Linux/WIN32), Carwin Jones (BeOS),\n"); printf("James L. Hammons (WIN32) and Adam Green (MacOS)\n"); printf("Contact: http://sdlemu.ngemu.com/ | sdlemu@ngemu.com\n");