mirror of
https://github.com/fadden/6502bench.git
synced 2026-04-22 01:16:42 +00:00
Minor tweaks
Mark the "info" window as read-only. When the project closes, clear the contents of the Symbols and Notes windows. Clarify some Apple II I/O definitions.
This commit is contained in:
@@ -150,8 +150,8 @@ disassembly of the instruction stream will come out wrong.</p>
|
||||
Accessing the address can have side effects, like changing between text
|
||||
and graphics modes. Sometimes reading and writing have different effects.
|
||||
For example, on later models of the Apple II, reading from
|
||||
$C000 returns the most recently hit key, while writing to $C000 disables
|
||||
80 columns.</p>
|
||||
$C000 returns the most recently hit key, while writing to $C000 changes
|
||||
how 80-column display memory is mapped.</p>
|
||||
<p>On a few systems, such as the Atari 2600, RAM, ROM, and registers can
|
||||
appear at multiple locations, "mirrored" across the address space.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user