mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +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.
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user