trunk/src/emu/romload.c
r26877 | r26878 | |
506 | 506 | { |
507 | 507 | /* create the error message and exit fatally */ |
508 | 508 | 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()); |
510 | 510 | } |
511 | 511 | |
512 | 512 | /* if we had warnings, output them, but continue */ |