mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-11-22 03:30:50 +00:00
Fix Apple || to Apple II
This commit is contained in:
parent
4b11b4f552
commit
455610e8e7
@ -124,13 +124,12 @@ There are couple of things we need to discuss first. The preceeding example show
|
||||
|
||||
First, we should notice that video memory is non-linear. :-( You'll want to get familiar with the HGR address for the various Y scanlines:
|
||||
|
||||
"Understanding the Apple ||{, page 5-14 has this table:
|
||||
"Understanding the Apple ||", page 5-14 has this table `HGR Memory-mapped IO`:
|
||||
|
||||
* https://archive.org/stream/understanding_the_apple_ii#page/n105/mode/2up
|
||||
|
||||
With all the decimal cruft removed:
|
||||
|
||||
`HGR Memory-mapped IO`:
|
||||
|
||||
| Y |Address| Y |Address| Y |Address| Screen Hole |
|
||||
|----:|:-----:|----:|-------|----:|:-----:|:------------:|
|
||||
| 0 | $2000 | 64 | $2028 | 128 | $2050 | $2078..$207F |
|
||||
|
Loading…
Reference in New Issue
Block a user