X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvj.cpp;h=2c4ff4336cbae096384df777a93055687bdac4f6;hb=b5108f66d9964a6735ff18775943573749698111;hp=c256bfd9c609e470cb77b8c516e85384e82b40ba;hpb=33d8eb46c17988e9e843391187d390ecd7e6aa86;p=virtualjaguar diff --git a/src/vj.cpp b/src/vj.cpp index c256bfd..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"); @@ -181,7 +181,9 @@ int main(int argc, char * argv[]) jaguar_init(); // Get the BIOS ROM - if (vjs.useJaguarBIOS) +// if (vjs.useJaguarBIOS) +// What would be nice here would be a way to check if the BIOS was loaded so that we +// could disable the pushbutton on the Misc Options menu... !!! FIX !!! JaguarLoadROM(jaguar_bootRom, vjs.jagBootPath); SET32(jaguar_mainRam, 0, 0x00200000); // Set top of stack...