| Previous | 199869 Revisions | Next |
| r26666 Friday 20th December, 2013 at 04:06:08 UTC by Tafoid |
|---|
| Added FATALERROR: tag to standard emu_fatalerror throws for easier parsing of testing results. (nw) |
| [src/emu] | machine.c |
| r26665 | r26666 | |
|---|---|---|
| 433 | 433 | } |
| 434 | 434 | catch (emu_fatalerror &fatal) |
| 435 | 435 | { |
| 436 | mame_printf_error("%s\n", fatal.string()); | |
| 436 | mame_printf_error("FATALERROR: %s\n", fatal.string()); | |
| 437 | 437 | error = MAMERR_FATALERROR; |
| 438 | 438 | if (fatal.exitcode() != 0) |
| 439 | 439 | error = fatal.exitcode(); |
| Previous | 199869 Revisions | Next |