mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
nicer ROM missing messaging
This commit is contained in:
parent
2e537a4985
commit
b4b0382826
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user