From 30d92e397d15c32e79c9d508c43d9f2512f414fb Mon Sep 17 00:00:00 2001 From: Tom Cariello Date: Thu, 28 Sep 2023 10:41:31 -0400 Subject: docs: Fixed many editing errors and spelling errors. (#11575) Also fixed outdated link to contributing guidelines. --- docs/source/debugger/execution.rst | 6 +++--- docs/source/debugger/index.rst | 10 +++++----- docs/source/debugger/registerpoints.rst | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/source/debugger') diff --git a/docs/source/debugger/execution.rst b/docs/source/debugger/execution.rst index c6547c37ba2..b4de833b43f 100644 --- a/docs/source/debugger/execution.rst +++ b/docs/source/debugger/execution.rst @@ -186,7 +186,7 @@ or skip instruction is taken, following any delay slots. The optional **** parameter lets you specify an expression that will be evaluated each time a conditional branch is encountered. If the result of the expression is true (non-zero), execution will be -haltedafter the branch if it is taken; otherwise, execution will +halted after the branch if it is taken; otherwise, execution will continue with no notification. Examples: @@ -269,7 +269,7 @@ gni Resumes execution. Control will not be returned to the debugger until a breakpoint or watchpoint is triggered. A temporary unconditional breakpoint -is set at the prorgam address **** instructions sequentially past the +is set at the program address **** instructions sequentially past the current one. When this breakpoint is hit, it is automatically removed. The **** parameter is optional and defaults to 1 if omitted. If @@ -440,7 +440,7 @@ trace Starts or stops tracing for execution of the specified ****, or the currently visible CPU if no CPU is specified. To enable tracing, specify the trace log file name in the **** parameter. To -disable tracing, use the keyword ``off`` for for the **** +disable tracing, use the keyword ``off`` for the **** parameter. If the **** argument begins with two right angle brackets (**>>**), it is treated as a directive to open the file for appending rather than overwriting. diff --git a/docs/source/debugger/index.rst b/docs/source/debugger/index.rst index dc87a7a2ca3..2947d0253ac 100644 --- a/docs/source/debugger/index.rst +++ b/docs/source/debugger/index.rst @@ -18,7 +18,7 @@ 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 backtick/tilde (**~**) during -emulation breaks into the debugger (this can by changed by reassigning +emulation breaks into the debugger (this can be changed by reassigning the **Break in Debugger** input). The exact appearance of the debugger depends on your operating system @@ -239,7 +239,7 @@ Examples: * ``0x123`` is 123 hexadecimal (291 decimal) * ``#123`` is 123 decimal * ``0o123`` is 123 octal (83 decimal) -* ``0b1001`` is is 1001 binary (9 decimal) +* ``0b1001`` is 1001 binary (9 decimal) * ``0b123`` is invalid @@ -360,7 +360,7 @@ Adding access types gives additional possibilities: suppressing side effects ``id@400`` Refers to the double word at 400 in the I/O space of the current CPU - CPU while suppressing side effects + while suppressing side effects ``ppd!`` Refers to the double word at physical address **** in the program space of the current CPU while not suppressing side effects @@ -418,8 +418,8 @@ abs() absolute value. bit(, [, ]) Extracts and right-aligns a bit field **** bits wide from **** - with least significant bit position position ****, counting from - the least significant bit. If **** is omitted, a single bit is + with least significant bit position ****, counting from the + least significant bit. If **** is omitted, a single bit is extracted. s8() Sign-extends the argument from 8 bits to 64 bits (overwrites bits 8 diff --git a/docs/source/debugger/registerpoints.rst b/docs/source/debugger/registerpoints.rst index aea14edd1ac..ebd531f219d 100644 --- a/docs/source/debugger/registerpoints.rst +++ b/docs/source/debugger/registerpoints.rst @@ -131,7 +131,7 @@ rplist **rplist []** List current registerpoints, along with their indices and conditions, -and any associated actions actions. If no **** is specified, +and any associated actions. If no **** is specified, registerpoints for all CPUs in the system will be listed; if a **** is specified, only registerpoints for that CPU will be listed. The **** can be specified by tag or by debugger CPU number (see -- cgit v1.2.3-70-g09d2