diff options
author | 2021-10-19 10:01:02 +1100 | |
---|---|---|
committer | 2021-10-19 10:01:02 +1100 | |
commit | 7834d689bd27efdb80f4ee724bfd3daec30fdbf4 (patch) | |
tree | 1aaf2385d66088b223bf04baa5b1e18633a67e30 /docs/source/debugger/cheats.rst | |
parent | bc9a945c6bed02c14564e84981c964dabb94da8a (diff) |
-docs: Documented debugger's built-in functions for expressions.
-Fixed a couple of coverity warnings.
Diffstat (limited to 'docs/source/debugger/cheats.rst')
-rw-r--r-- | docs/source/debugger/cheats.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/debugger/cheats.rst b/docs/source/debugger/cheats.rst index 24e1e1d0440..0e8bdea5c60 100644 --- a/docs/source/debugger/cheats.rst +++ b/docs/source/debugger/cheats.rst @@ -30,7 +30,7 @@ infinite lives cheat for Raiden (``raiden``): :ref:`cheatinit command <debugger-command-cheatinit>`:: >cheatinit ub - MAME debugger version 0.236 (mame0236-190-gf7a8ad4fc7d-dirty) + MAME debugger version 0.237 (mame0237) 36928 cheat locations initialized for NEC V30 ':maincpu' program space * Allow the game to run, lose a life and break into the debugger. * Use the :ref:`cheatnext command <debugger-command-cheatnext>` to @@ -43,7 +43,7 @@ infinite lives cheat for Raiden (``raiden``): >cheatnext -,1 Address=0B85 Start=03 Current=01 - 1 cheat found + 1 cheats found * Use the :ref:`cheatlist command <debugger-command-cheatlist>` to save the cheat candidate to a file:: |