diff options
| author | 2020-08-08 16:31:27 -0400 | |
|---|---|---|
| committer | 2020-08-08 16:31:27 -0400 | |
| commit | 5a2e059773ec8203db6dbb3bbe692990adf4bd93 (patch) | |
| tree | ce870906cf2d1e5e322e293e3c74b9ff70fbd323 /src/emu/debug/debughlp.cpp | |
| parent | 923de88abb8a7daf69aa1575917648da9ec059af (diff) | |
Document rowsize parameter for dump command in debugger help
Diffstat (limited to 'src/emu/debug/debughlp.cpp')
| -rw-r--r-- | src/emu/debug/debughlp.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/debug/debughlp.cpp b/src/emu/debug/debughlp.cpp index 88dcf85bda8..55e3524f7ef 100644 --- a/src/emu/debug/debughlp.cpp +++ b/src/emu/debug/debughlp.cpp @@ -112,10 +112,10 @@ static const help_item static_help_list[] = " f[ind] <address>,<length>[,<data>[,...]] -- search program memory for data\n" " f[ind]d <address>,<length>[,<data>[,...]] -- search data memory for data\n" " f[ind]i <address>,<length>[,<data>[,...]] -- search I/O memory for data\n" - " dump <filename>,<address>,<length>[,<size>[,<ascii>[,<CPU>]]] -- dump program memory as text\n" - " dumpd <filename>,<address>,<length>[,<size>[,<ascii>[,<CPU>]]] -- dump data memory as text\n" - " dumpi <filename>,<address>,<length>[,<size>[,<ascii>[,<CPU>]]] -- dump I/O memory as text\n" - " dumpo <filename>,<address>,<length>[,<size>[,<ascii>[,<CPU>]]] -- dump opcodes memory as text\n" + " dump <filename>,<address>,<length>[,<size>[,<ascii>[,<rowsize>[,<CPU>]]]] -- dump program memory as text\n" + " dumpd <filename>,<address>,<length>[,<size>[,<ascii>[,<rowsize>[,<CPU>]]]] -- dump data memory as text\n" + " dumpi <filename>,<address>,<length>[,<size>[,<ascii>[,<rowsize>[,<CPU>]]]] -- dump I/O memory as text\n" + " dumpo <filename>,<address>,<length>[,<size>[,<ascii>[,<rowsize>[,<CPU>]]]] -- dump opcodes memory as text\n" " save <filename>,<address>,<length>[,<CPU>] -- save binary program memory to the given file\n" " saved <filename>,<address>,<length>[,<CPU>] -- save binary data memory to the given file\n" " savei <filename>,<address>,<length>[,<CPU>] -- save binary I/O memory to the given file\n" |
