1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

The correct trigger for the high-resolution area is HIRES, unsurprisingly enough.

Thomas Harte 2018-07-30 23:24:18 -04:00
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`.