X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvj.cpp;h=2c4ff4336cbae096384df777a93055687bdac4f6;hb=b5108f66d9964a6735ff18775943573749698111;hp=ef6ea79772d992bf0c0184773e7439e0750bffe2;hpb=a1ad40785ac6d954051e4e5882436da9a58cc3a6;p=virtualjaguar diff --git a/src/vj.cpp b/src/vj.cpp index ef6ea79..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,8 +73,8 @@ 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("Written by Niels Wagenaar (Linux/WIN32), Caz (BeOS),\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"); @@ -170,7 +170,7 @@ int main(int argc, char * argv[]) printf(" -pal : Force VJ to PAL mode (default: NTSC) \n"); printf(" -ntsc : Force VJ to NTSC mode \n"); printf("\nInvoking Virtual Jagaur with no ROM file will cause it to boot up\n"); - printf("with the Jaguar BIOS.\n"); + printf("with the VJ GUI.\n"); return 1; } } @@ -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...