summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debughlp.cpp
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2016-06-04 19:43:04 +0200
committer angelosa <salese_corp_ltd@email.it>2016-06-04 19:43:26 +0200
commit6aa1d4d66ceccf90900302447b97703afc861a89 (patch)
tree71298da624462a2c3f77c8ca985da6af02160dd4 /src/emu/debug/debughlp.cpp
parenta9a5cceb72e59ff13a8154402d51ca0739bec9ce (diff)
Update help file, the whole help string parser is so 90s, nw
Diffstat (limited to 'src/emu/debug/debughlp.cpp')
-rw-r--r--src/emu/debug/debughlp.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/emu/debug/debughlp.cpp b/src/emu/debug/debughlp.cpp
index dc8683fa26c..eaf77a1e59c 100644
--- a/src/emu/debug/debughlp.cpp
+++ b/src/emu/debug/debughlp.cpp
@@ -226,6 +226,7 @@ static const help_item static_help_list[] =
" comadd[//] <address>,<comment> -- adds a comment to the disassembled code at given address\n"
" comdelete <address> -- removes a comment from the given address\n"
" comsave -- save the current comments to a file\n"
+ " comlist -- print currently avaliable comments from file\n"
"\n"
},
{
@@ -1229,6 +1230,10 @@ static const help_item static_help_list[] =
"\n"
"Prints the currently available comment file in human readable form in debugger output window."
"\n"
+ "Examples:\n"
+ "\n"
+ "comlist\n"
+ " Shows currently available comments.\n"
},
{
"comadd",