summaryrefslogtreecommitdiffstats
path: root/docs/source/commandline/commandline-all.rst
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-11-03 19:22:36 +1100
committer Vas Crabb <vas@vastheman.com>2021-11-03 19:41:40 +1100
commitd29287e0925a308e3cdaba615e32f194071e22d9 (patch)
treeb4c684c5a4db8a916edbcd275d8495b8a4c9971d /docs/source/commandline/commandline-all.rst
parentdce1fd7dfa91b41b82af90069e133d2a83e86976 (diff)
-emu/ioport.cpp: Made default behaviour better.
* If an input is configured to some combination of controls that are not present at all, ignore the setting altogether for the session. * Fixed relative axes with PORT_RESET not responding to absolute controls (MT07685). * Fixed relative axes not responding to an absolute control if the value doesn’t change every frame (eg. holding a stick against the stop). * Changed the scaling for absolute controls assigned to relative axes to make defaults more sane (e.g. arkanoid or spdheat with a joystick). -frontend: Fixed some localisation issues in Analog Controls menu. -docs: Added documentation on assigning inputs.
Diffstat (limited to 'docs/source/commandline/commandline-all.rst')
-rw-r--r--docs/source/commandline/commandline-all.rst9
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**).