mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2025-01-16 01:31:34 +00:00
Remove meta in TOC, rename 'The Soluton' to 'A Solution'
This commit is contained in:
parent
a87ee7d932
commit
029880638f
@ -1,12 +1,12 @@
|
|||||||
#Apple ]\[ //e HGR Font 6502 Assembly Language Tutorial
|
#Apple ]\[ //e HGR Font 6502 Assembly Language Tutorial
|
||||||
|
|
||||||
Revision: 59, Jan 27, 2016.
|
Revision: 60, Jan 27, 2016.
|
||||||
|
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
|
|
||||||
* Introduction
|
* Introduction
|
||||||
* The Problem
|
* The Problem
|
||||||
* The Solution
|
* A Solution
|
||||||
* Hard-Coded: A
|
* Hard-Coded: A
|
||||||
* Functions we want & will write
|
* Functions we want & will write
|
||||||
* Quirks of the Apple HGR screen
|
* Quirks of the Apple HGR screen
|
||||||
@ -40,7 +40,7 @@ Revision: 59, Jan 27, 2016.
|
|||||||
* Other Fonts
|
* Other Fonts
|
||||||
* Fat Stroke Fonts
|
* Fat Stroke Fonts
|
||||||
* Beautiful Boot
|
* Beautiful Boot
|
||||||
* What\'s Next?
|
* What's Next?
|
||||||
* Conclusion
|
* Conclusion
|
||||||
* Solutions
|
* Solutions
|
||||||
* Solution 1: ScrollHgrUpLine()
|
* Solution 1: ScrollHgrUpLine()
|
||||||
@ -132,7 +132,7 @@ If we switch to the HGR screen and tried to enter in 0x41 what would happen? (Ig
|
|||||||
|
|
||||||
Hmm, that doesn't look like an `A` at all, only gibberish -- 2 dots. :-/ (If you see 2 magenta dots ignore the color for now.)
|
Hmm, that doesn't look like an `A` at all, only gibberish -- 2 dots. :-/ (If you see 2 magenta dots ignore the color for now.)
|
||||||
|
|
||||||
# The Solution:
|
# A Solution:
|
||||||
|
|
||||||
## Hard-Coded: A
|
## Hard-Coded: A
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user