mirror of https://github.com/stella-emu/stella.git
Fixed a few typos in the documentation.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2187 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
267d379c99
commit
96c1f96ed8
|
@ -1036,10 +1036,10 @@ can be edited in either hex or binary. The bitmap is shown as large blocks.</td
|
|||
<tr><td><b>PGFX</b></td><td>Addresses which contain data stored in the playfield graphics registers
|
||||
(PF0/PF1/PF2). These addresses are shown with a bitmap of the graphics, which
|
||||
can be edited in either hex or binary. The bitmap is shown as small dashes.</td></tr>
|
||||
<tr><td><b>DATA</b></td><td>Addresses used as an operand for some opcode.</li>. These can be edited
|
||||
<tr><td><b>DATA</b></td><td>Addresses used as an operand for some opcode. These can be edited
|
||||
in hex.</td></tr>
|
||||
<tr><td><b>ROW</b></td><td>Addresses not used as any of the above. These are shown up
|
||||
to 16 per line, and cannot be edited.</td></tr>
|
||||
to 8 per line, and cannot be edited.</td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue