From 11515d43a0d9d6cfce11dd5f4062cd5d853d0efa Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 6 Dec 2020 20:19:53 -0500 Subject: [PATCH] Fix dangling references to 'pages'. --- Apple-IIgs-Memory-Map.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apple-IIgs-Memory-Map.md b/Apple-IIgs-Memory-Map.md index cf18338..8544a5f 100644 --- a/Apple-IIgs-Memory-Map.md +++ b/Apple-IIgs-Memory-Map.md @@ -28,9 +28,9 @@ RAM access is 'fast' — windows are five cycles of the 14Mhz clock, though one The first 128kb of fast RAM occupies banks $00 and $01. -Language card banking affects both pages; other auxiliary/main selections may expose parts of bank $01 within bank $00. +Language card banking affects both banks; other auxiliary/main selections may expose parts of bank $01 within bank $00. -Parts of these pages may additionally be shadowed to corresponding regions of $e0 and $e1. Auxiliary paging is applied before shadowing, so a write to bank $00 that is redirected to $01 will be shadowed to $e1. +Parts of these banks may additionally be shadowed to corresponding regions of $e0 and $e1. Auxiliary paging is applied before shadowing, so a write to bank $00 that is redirected to $01 will be shadowed to $e1. # Additional Shadowing Options