diff options
author | 2021-10-13 10:59:38 +1100 | |
---|---|---|
committer | 2021-10-13 10:59:38 +1100 | |
commit | ca338f73720ec7dedfcf8430d9dc9e481ada6378 (patch) | |
tree | aa0a8a6e25d898db6c129a4134a129b2e400551f /docs/source/commandline/commandline-all.rst | |
parent | 9bcd5a2b95c9164199f5d890630113d6bb1fb6c2 (diff) |
Various improvements to the user experience:
Extended the memory access prefixes in debugger expressions to support
address space names.
Made the debugger history command aware of how much history it has
collected, and added a help topic for it to the built-in debugger help.
Started updating the documentation for the web site, and corrected some
of the more misleading built-in debugger help.
Made some corrections to Chinese localisation after discussion with
YuiFAN.
Darkened the UI red colour a little.
cpu/m6502/st2205u.h: Marked sound imperfect.
Diffstat (limited to 'docs/source/commandline/commandline-all.rst')
-rw-r--r-- | docs/source/commandline/commandline-all.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/source/commandline/commandline-all.rst b/docs/source/commandline/commandline-all.rst index aa9cc1dd455..d803692a3bc 100644 --- a/docs/source/commandline/commandline-all.rst +++ b/docs/source/commandline/commandline-all.rst @@ -1544,13 +1544,13 @@ Core State/Playback Options The default is ``NULL`` (no recording). -.. _mame-commandline-snapname: - Example: .. code-block:: bash mame pacman -wavewrite pacsounds +.. _mame-commandline-snapname: + **-snapname** *<name>* Describes how MAME should name files for snapshots. <name> is a string that @@ -3445,9 +3445,10 @@ Debugging Options **-[no]debug** - Activates the integrated debugger. By default, the debugger is entered by - pressing the tilde (**~**) key during emulation. It is also entered - immediately at startup. + Activates the integrated debugger. By default, pressing the tilde + (**~**) key during emulation breaks into the debugger. MAME also + breaks into the debugger after the initial soft reset on startup if + the debugger is active. The default is OFF (**-nodebug**). |