summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debughlp.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-02-16 14:17:24 +0100
committer hap <happppp@users.noreply.github.com>2021-02-16 14:17:38 +0100
commitbb1e4db26a0ccb93e32dae45ee1e6891f09ba194 (patch)
tree4ee772bb69d52f6824bb0128b6571b7621071291 /src/emu/debug/debughlp.cpp
parent2b7488ed2b03863d22b15a92bce4da39cabc71ff (diff)
debug: add cls command to clear console buffer
Diffstat (limited to 'src/emu/debug/debughlp.cpp')
-rw-r--r--src/emu/debug/debughlp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/debug/debughlp.cpp b/src/emu/debug/debughlp.cpp
index 473de3249ce..74d6b7f29ea 100644
--- a/src/emu/debug/debughlp.cpp
+++ b/src/emu/debug/debughlp.cpp
@@ -101,6 +101,7 @@ static const help_item static_help_list[] =
" stateload[sl] <filename> -- load a state file for the current driver\n"
" snap [<filename>] -- save a screen snapshot.\n"
" source <filename> -- reads commands from <filename> and executes them one by one\n"
+ " cls -- clears the console text buffer\n"
" quit -- exits MAME and the debugger\n"
},
{