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

trunk/src/emu/machine.c
r26665r26666
433433   }
434434   catch (emu_fatalerror &fatal)
435435   {
436      mame_printf_error("%s\n", fatal.string());
436      mame_printf_error("FATALERROR: %s\n", fatal.string());
437437      error = MAMERR_FATALERROR;
438438      if (fatal.exitcode() != 0)
439439         error = fatal.exitcode();

Previous 199869 Revisions Next


© 1997-2024 The MAME Team