X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvj.cpp;h=effc91d7cfc0be683eeb1f14ba282e34a5467aeb;hb=eea9addef354bf029c40083ac1f079987256a000;hp=ef6ea79772d992bf0c0184773e7439e0750bffe2;hpb=a1ad40785ac6d954051e4e5882436da9a58cc3a6;p=virtualjaguar diff --git a/src/vj.cpp b/src/vj.cpp index ef6ea79..effc91d 100644 --- a/src/vj.cpp +++ b/src/vj.cpp @@ -74,7 +74,7 @@ int main(int argc, char * argv[]) 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("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...