nicer ROM missing messaging

This commit is contained in:
Dagen Brock 2016-10-28 21:34:42 -05:00
parent 2e537a4985
commit b4b0382826

View File

@ -1356,7 +1356,11 @@ setup_gsplus_file(char *outname, int maxlen, int ok_if_missing,
fatal_printf(" %s\n", *path_ptr++);
}
*/
gloghead(); fatal_printf("Could not find required file \"%s\"", *name_ptr);
gloghead(); printf("Could not find required file \"%s\" !!! IIgs will likely hang!\n", *name_ptr);
glog(" Get an Apple IIgs firmware ROM image from somewhere like:");
glog(" ftp://ftp.apple.asimov.net/pub/apple_II/emulators/rom_images/");
glog(" ... and rename the file to \"ROM\" and restart");
glog(" ... or hit <F4> and browse for a valid ROM image.");
if(can_create_file) {
// If we didn't find a file, pick a place to put it.