summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.h
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/debugcmd.h
parent2b7488ed2b03863d22b15a92bce4da39cabc71ff (diff)
debug: add cls command to clear console buffer
Diffstat (limited to 'src/emu/debug/debugcmd.h')
-rw-r--r--src/emu/debug/debugcmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/debug/debugcmd.h b/src/emu/debug/debugcmd.h
index 08f90e54a16..0bda10ac299 100644
--- a/src/emu/debug/debugcmd.h
+++ b/src/emu/debug/debugcmd.h
@@ -107,6 +107,7 @@ private:
void execute_logerror(int ref, const std::vector<std::string> &params);
void execute_tracelog(int ref, const std::vector<std::string> &params);
void execute_tracesym(int ref, const std::vector<std::string> &params);
+ void execute_cls(int ref, const std::vector<std::string> &params);
void execute_quit(int ref, const std::vector<std::string> &params);
void execute_do(int ref, const std::vector<std::string> &params);
void execute_step(int ref, const std::vector<std::string> &params);