diff options
author | 2020-06-21 17:34:44 +1000 | |
---|---|---|
committer | 2020-06-21 17:34:44 +1000 | |
commit | feda349b3eea19d4fd0010a74e2dd6ff30f26b16 (patch) | |
tree | 2ba4b13a2ca181515354170a12b81446ee53da21 /src/emu/debug/debugcon.cpp | |
parent | 3c499849dd96f17d7944619248261480017ba0c3 (diff) | |
parent | 01661be41c37560a37f2b43c5ecee7a10a6a1680 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/emu/debug/debugcon.cpp')
-rw-r--r-- | src/emu/debug/debugcon.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/debug/debugcon.cpp b/src/emu/debug/debugcon.cpp index 88d1906c7f3..b547b1b536c 100644 --- a/src/emu/debug/debugcon.cpp +++ b/src/emu/debug/debugcon.cpp @@ -141,7 +141,7 @@ void debugger_console::execute_help_custom(int ref, const std::vector<std::strin } /*------------------------------------------------------------ - execute_condump - execute the condump command + execute_condump - execute the condump command ------------------------------------------------------------*/ void debugger_console::execute_condump(int ref, const std::vector<std::string>& params) @@ -584,8 +584,8 @@ std::string debugger_console::cmderr_to_string(CMDERR error) /*------------------------------------------------- - print_core - write preformatted text - to the debug console + print_core - write preformatted text + to the debug console -------------------------------------------------*/ void debugger_console::print_core(const char *text) @@ -597,8 +597,8 @@ void debugger_console::print_core(const char *text) } /*------------------------------------------------- - print_core_wrap - write preformatted text - to the debug console, with wrapping + print_core_wrap - write preformatted text + to the debug console, with wrapping -------------------------------------------------*/ void debugger_console::print_core_wrap(const char *text, int wrapcol) |