From cfce5c10dfe53e07531b47009b8db25b583948b1 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 30 Jul 2018 23:24:18 -0400 Subject: [PATCH] The correct trigger for the high-resolution area is HIRES, unsurprisingly enough. --- Apple-IIe-Memory-Paging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apple-IIe-Memory-Paging.md b/Apple-IIe-Memory-Paging.md index b329c39..4d2ec08 100644 --- a/Apple-IIe-Memory-Paging.md +++ b/Apple-IIe-Memory-Paging.md @@ -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`.