mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
Update help file, the whole help string parser is so 90s, nw
This commit is contained in:
parent
a9a5cceb72
commit
6aa1d4d66c
@ -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"
|
" comadd[//] <address>,<comment> -- adds a comment to the disassembled code at given address\n"
|
||||||
" comdelete <address> -- removes a comment from the given address\n"
|
" comdelete <address> -- removes a comment from the given address\n"
|
||||||
" comsave -- save the current comments to a file\n"
|
" comsave -- save the current comments to a file\n"
|
||||||
|
" comlist -- print currently avaliable comments from file\n"
|
||||||
"\n"
|
"\n"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -1229,6 +1230,10 @@ static const help_item static_help_list[] =
|
|||||||
"\n"
|
"\n"
|
||||||
"Prints the currently available comment file in human readable form in debugger output window."
|
"Prints the currently available comment file in human readable form in debugger output window."
|
||||||
"\n"
|
"\n"
|
||||||
|
"Examples:\n"
|
||||||
|
"\n"
|
||||||
|
"comlist\n"
|
||||||
|
" Shows currently available comments.\n"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"comadd",
|
"comadd",
|
||||||
|
Loading…
Reference in New Issue
Block a user