diff options
| author | 2016-06-04 19:38:27 +0200 | |
|---|---|---|
| committer | 2016-06-04 19:43:25 +0200 | |
| commit | a9a5cceb72e59ff13a8154402d51ca0739bec9ce (patch) | |
| tree | cf09e05f2eb970fd50bd9244c293986d080b6a27 /src/emu/debug/debughlp.cpp | |
| parent | 6f974bd8c314caed718c0c4a08fddf724a2305ae (diff) | |
Added comlist comment to debugger [Angelo Salese]
Added notes wrt dangarj protection, nw
Diffstat (limited to 'src/emu/debug/debughlp.cpp')
| -rw-r--r-- | src/emu/debug/debughlp.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/emu/debug/debughlp.cpp b/src/emu/debug/debughlp.cpp index fcfaeacd29f..dc8683fa26c 100644 --- a/src/emu/debug/debughlp.cpp +++ b/src/emu/debug/debughlp.cpp @@ -1223,6 +1223,14 @@ static const help_item static_help_list[] = " Dumps memory to memdump.log.\n" }, { + "comlist", + "\n" + " comlist\n" + "\n" + "Prints the currently available comment file in human readable form in debugger output window." + "\n" + }, + { "comadd", "\n" " comadd[//] <address>,<comment>\n" |
