diff options
author | 2021-11-03 22:35:25 +1100 | |
---|---|---|
committer | 2021-11-03 22:35:25 +1100 | |
commit | 3f37c99fff5220da06ea128db760e70059c754dc (patch) | |
tree | 0baa1262820bf39e0a9d842b5f9f0cd208808dd1 /docs/source/commandline | |
parent | a2dd0654ac78ef25d6a4c7543513097eb2c598ac (diff) | |
parent | d29287e0925a308e3cdaba615e32f194071e22d9 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs/source/commandline')
-rw-r--r-- | docs/source/commandline/commandline-all.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/source/commandline/commandline-all.rst b/docs/source/commandline/commandline-all.rst index 92e02432ad6..3f008300f04 100644 --- a/docs/source/commandline/commandline-all.rst +++ b/docs/source/commandline/commandline-all.rst @@ -3431,11 +3431,10 @@ Debugging Options **-[no]debug** - 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. See :ref:`debugger` for information on using - the debugger. + Activates the integrated debugger. By default, pressing the backtick/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. See :ref:`debugger` for information on using the debugger. The default is OFF (**-nodebug**). |