summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-11-18 19:33:02 -0500
committer AJR <ajrhacker@users.noreply.github.com>2020-11-18 19:33:13 -0500
commit73a555358889524404fec4851058a3b72cc13de6 (patch)
tree5505d74a0d8afa9680cf79c0655b4b6a0142aca1 /src/emu/debug/debugcmd.h
parent3a4506bd3e9e41db89aeafd4400ba3a0b338e8b4 (diff)
Add strdump debugger command for dumping memory as ASCII strings
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 e2ebec7e2fc..0fad46d7009 100644
--- a/src/emu/debug/debugcmd.h
+++ b/src/emu/debug/debugcmd.h
@@ -151,6 +151,7 @@ private:
void execute_load(int ref, const std::vector<std::string> &params);
void execute_loadregion(int ref, const std::vector<std::string> &params);
void execute_dump(int ref, const std::vector<std::string> &params);
+ void execute_strdump(int ref, const std::vector<std::string> &params);
void execute_cheatinit(int ref, const std::vector<std::string> &params);
void execute_cheatnext(int ref, const std::vector<std::string> &params);
void execute_cheatlist(int ref, const std::vector<std::string> &params);