Previous 199869 Revisions Next

r26878 Wednesday 1st January, 2014 at 21:18:47 UTC by hap
"FATALERROR: ERROR: x"
[src/emu]romload.c

trunk/src/emu/romload.c
r26877r26878
506506   {
507507      /* create the error message and exit fatally */
508508      mame_printf_error("%s", romdata->errorstring.cstr());
509      fatalerror_exitcode(romdata->machine(), MAMERR_MISSING_FILES, "ERROR: required files are missing, the %s cannot be run.",emulator_info::get_gamenoun());
509      fatalerror_exitcode(romdata->machine(), MAMERR_MISSING_FILES, "Required files are missing, the %s cannot be run.",emulator_info::get_gamenoun());
510510   }
511511
512512   /* if we had warnings, output them, but continue */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team