mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2025-01-14 03:31:14 +00:00
Remove extra colon
This commit is contained in:
parent
60faf3903e
commit
bf12f91b85
@ -66,6 +66,7 @@ When we are done we will have 6502 assembly code that implements the equivalent
|
||||
void DrawHexByte( char c );
|
||||
void DrawString( char *text );
|
||||
void CopyTextToHGR();
|
||||
void ScrollHgrUpPixel();
|
||||
```
|
||||
|
||||
## Hard-Coded: A
|
||||
@ -1323,7 +1324,7 @@ Michael "AppleWin Debug Dev"
|
||||
Figure it out ! You have all the tools and knowledge.
|
||||
|
||||
|
||||
## Solution 2:: ScrollHgrUpPixel()
|
||||
## Solution 2: ScrollHgrUpPixel()
|
||||
|
||||
There are many different ways to solve this depending if we want to prioritize space or speed.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user