summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcon.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-06-21 14:59:50 +1000
committer Vas Crabb <vas@vastheman.com>2020-06-21 14:59:50 +1000
commit01661be41c37560a37f2b43c5ecee7a10a6a1680 (patch)
treec4358e0e280d408c6c8fda78d7b42badc3a6dd65 /src/emu/debug/debugcon.cpp
parent8ef400ec670184e189763e75abd1519046d85bbf (diff)
srcclean and cleanup (nw)
Diffstat (limited to 'src/emu/debug/debugcon.cpp')
-rw-r--r--src/emu/debug/debugcon.cpp10
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)