mirror of
https://github.com/tilleul/apple2.git
synced 2024-11-26 12:49:18 +00:00
Create apple2_hires.md
This commit is contained in:
parent
fb79b08000
commit
c7a16a174b
11
tools/bitmap editor/apple2_hires.md
Normal file
11
tools/bitmap editor/apple2_hires.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Apple ]\[ hires
|
||||
## Structure of the hires screen in RAM
|
||||
The Apple ]\[ has 2 hires pages. One in $2000-$3FFF. The second one in $4000-$5FFF. Each page is thus 8192 bytes long.
|
||||
|
||||
The dimensions of one hires page is 40 bytes wide and 192 lines high. 40x192 = 7680 bytes. 512 bytes are "missing" and in fact not used/displayed.
|
||||
|
||||
The hires screen is divided in 3 sections of 64 lines. Each section is then divided in 8 sub-sections of 8 lines, each itself divided in 8 sub-sub-sections representing the lines themselves.
|
||||
|
||||
To better understand this division, it's easier to POKE bytes into RAM and see what happens.
|
||||
|
||||
A POKE 8192,
|
Loading…
Reference in New Issue
Block a user