From 99022b1729761292b036c382934b73e62f06923b Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Fri, 2 Jan 2004 07:15:57 +0000 Subject: [PATCH] Small change to credits --- src/log.cpp | 2 +- src/vj.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"); -- 2.37.2