mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-02 08:34:14 +00:00
The correct trigger for the high-resolution area is HIRES, unsurprisingly enough.
parent
5ede4bb286
commit
cfce5c10df
@ -14,7 +14,7 @@ Reading: contains auxiliary RAM if either (i) both `80STORE` and `PAGE2` are set
|
||||
Writing: as per reading, but regarding `RAMWRT` rather than `RAMRD`.
|
||||
|
||||
## [2000, 4000)
|
||||
Reading: contains auxiliary RAM if either (i) `80STORE` and `PAGE2` are set, and `TEXT` is reset; or (ii) `80STORE` is reset and `RAMRD` is set. Contains base RAM otherwise.
|
||||
Reading: contains auxiliary RAM if either (i) `80STORE`, `PAGE2` and `HIRES` are set; or (ii) `80STORE` is reset and `RAMRD` is set. Contains base RAM otherwise.
|
||||
|
||||
Writing: as per reading, but regarding `RAMWRT` rather than `RAMRD`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user