mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-11-22 03:30:50 +00:00
Added Apple 1 font image
This commit is contained in:
parent
83eae0dd59
commit
2c01fcd56f
@ -1,6 +1,6 @@
|
|||||||
#Apple ]\[ HGR Font Tutorial
|
#Apple ]\[ HGR Font Tutorial
|
||||||
|
|
||||||
Revision: 27, Jan 11, 2016.
|
Revision: 28, Jan 12, 2016.
|
||||||
|
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
|
|
||||||
@ -265,9 +265,11 @@ The `TEXT` screen is 40x24 characters. The high resolution graphics `HGR` screen
|
|||||||
|
|
||||||
Unfortunately, the data for the TEXT ROM 25123 hardware chip is **not** accessible from the 6502 unlike say the [IBM PC BIOS Character Sets](http://nerdlypleasures.blogspot.com/2015/04/ibm-character-fonts.html). :-/ T his means you will need to manually enter in the 8 bytes/character. :-( The good news is that I've already done this so you can copy / paste. :-)
|
Unfortunately, the data for the TEXT ROM 25123 hardware chip is **not** accessible from the 6502 unlike say the [IBM PC BIOS Character Sets](http://nerdlypleasures.blogspot.com/2015/04/ibm-character-fonts.html). :-/ T his means you will need to manually enter in the 8 bytes/character. :-( The good news is that I've already done this so you can copy / paste. :-)
|
||||||
|
|
||||||
You can find a picture of the Apple ][ ROM text font on Page 8-9, diagram 8.4 of "Understanding the Apple ]\["
|
You can find a picture of the Apple ][ ROM text font on Page 8-9, Figure 8.4 of "Understanding the Apple ]\["
|
||||||
https://archive.org/stream/understanding_the_apple_ii#page/n203/mode/2up
|
https://archive.org/stream/understanding_the_apple_ii#page/n203/mode/2up
|
||||||
|
|
||||||
|
![Apple 1 Font](pics/apple1_font.png)
|
||||||
|
|
||||||
We're actually going to use the Apple //e ROM text font since it has lower case and the famous "Mouse Text" glyphs.
|
We're actually going to use the Apple //e ROM text font since it has lower case and the famous "Mouse Text" glyphs.
|
||||||
|
|
||||||
|
|
||||||
|
BIN
pics/apple1_font.png
Normal file
BIN
pics/apple1_font.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user