mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-12-27 05:32:19 +00:00
Updated: What's Left?
This commit is contained in:
parent
e51331b108
commit
72b8c3f216
@ -1186,7 +1186,14 @@ We also have a mini HGR Y address lookup table:
|
||||
6420:00 00 01 01 02 02 03 03
|
||||
6428:00 00 01 01 02 02 03 03
|
||||
|
||||
What's left?
|
||||
What's left? Quite a few things actually:
|
||||
|
||||
* Copy the 40-Column text screen to HGR
|
||||
* Scroll the HGR screen up by 1 pixel
|
||||
* Copy the 80-Column text screen to DHGR (Double High Resolution)
|
||||
* Hook into the COUT so all text appears onto the HGR or DHGR screen
|
||||
|
||||
Let's implement those first two.
|
||||
|
||||
|
||||
## Copy text screen to HGR
|
||||
|
Loading…
Reference in New Issue
Block a user