From 5ebdc209af99dad33c4606d3c2b548dcc7feaf39 Mon Sep 17 00:00:00 2001 From: vadosnaprimer Date: Mon, 11 Dec 2017 01:11:17 +0300 Subject: add command to print all debugger help to html file tweak static_help_list spacing to always pad commands and never pad explanations --- src/emu/debug/debugcmd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emu/debug/debugcmd.h') diff --git a/src/emu/debug/debugcmd.h b/src/emu/debug/debugcmd.h index 41405ec0a71..527d3a3e8a4 100644 --- a/src/emu/debug/debugcmd.h +++ b/src/emu/debug/debugcmd.h @@ -93,6 +93,7 @@ private: void execute_trace_internal(int ref, const std::vector ¶ms, bool trace_over); void execute_help(int ref, const std::vector ¶ms); + void execute_html(int ref, const std::vector ¶ms); void execute_print(int ref, const std::vector ¶ms); void execute_printf(int ref, const std::vector ¶ms); void execute_logerror(int ref, const std::vector ¶ms); -- cgit v1.2.3