mirror of
https://github.com/holub/mame
synced 2025-10-08 09:30:17 +03:00
(nw) debugcmd : exiting isn't an error
This commit is contained in:
parent
08e2b24551
commit
c00efe9e95
@ -762,7 +762,7 @@ void debugger_commands::execute_tracesym(int ref, const std::vector<std::string>
|
|||||||
|
|
||||||
void debugger_commands::execute_quit(int ref, const std::vector<std::string> ¶ms)
|
void debugger_commands::execute_quit(int ref, const std::vector<std::string> ¶ms)
|
||||||
{
|
{
|
||||||
osd_printf_error("Exited via the debugger\n");
|
osd_printf_warning("Exited via the debugger\n");
|
||||||
m_machine.schedule_exit();
|
m_machine.schedule_exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user