]> Shamusworld >> Repos - virtualjaguar/commitdiff
Small change to credits
authorShamus Hammons <jlhamm@acm.org>
Fri, 2 Jan 2004 07:15:57 +0000 (07:15 +0000)
committerShamus Hammons <jlhamm@acm.org>
Fri, 2 Jan 2004 07:15:57 +0000 (07:15 +0000)
src/log.cpp
src/vj.cpp

index e4d410673d9bea7f8e4f3ea215980e31636c0567..ea38d63ef6dbc85f9c103c10d1672d5bec973036 100644 (file)
@@ -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
 //
index effc91d7cfc0be683eeb1f14ba282e34a5467aeb..2c4ff4336cbae096384df777a93055687bdac4f6 100644 (file)
@@ -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");