mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-18 01:30:56 +00:00
Fix dangling references to 'pages'.
parent
76d1472c98
commit
11515d43a0
@ -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.
|
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
|
# Additional Shadowing Options
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user