mirror of
https://github.com/holub/mame
synced 2025-07-09 03:38:23 +03:00
Document rowsize parameter for dump command in debugger help
This commit is contained in:
parent
923de88abb
commit
5a2e059773
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user