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/debugger | |
parent | a2dd0654ac78ef25d6a4c7543513097eb2c598ac (diff) | |
parent | d29287e0925a308e3cdaba615e32f194071e22d9 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs/source/debugger')
-rw-r--r-- | docs/source/debugger/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/debugger/index.rst b/docs/source/debugger/index.rst index 4d8f8cffa45..18785e734e7 100644 --- a/docs/source/debugger/index.rst +++ b/docs/source/debugger/index.rst @@ -17,8 +17,9 @@ issues, developing software to run on vintage systems, creating cheats, ROM hacking, or just investigating how software works. Use the ``-debug`` command line option to start MAME with the debugger -activated. By default, pressing the tilde (**~**) during emulation -breaks into the debugger. +activated. By default, pressing the backtick/tilde (**~**) during +emulation breaks into the debugger (this can by changed by reassigning +the **Break in Debugger** input). The exact appearance of the debugger depends on your operating system and the options MAME was built with. All variants of the debugger |