]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/vj.cpp
1.0.7 update
[virtualjaguar] / src / vj.cpp
index ef6ea79772d992bf0c0184773e7439e0750bffe2..effc91d7cfc0be683eeb1f14ba282e34a5467aeb 100644 (file)
@@ -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...