diff options
Diffstat (limited to 'docs/source/commandline')
-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**). |