Updated TODO

This commit is contained in:
Michaelangel007 2016-01-10 10:04:04 -08:00
parent 924fd475f0
commit 0cec63e057

View File

@ -33,6 +33,7 @@ Revision: 2
## Solution 1: ScrollHgrUpLine() ## Solution 1: ScrollHgrUpLine()
## Solution 2: ScrollHgrUpPixel() ## Solution 2: ScrollHgrUpPixel()
## References ## References
## Utilities and Misc.
## TODO ## TODO
## Introduction ## Introduction
@ -1824,9 +1825,14 @@ That's all folks! No go write some cool font blitter code.
* http://www.6502.org/tutorials/compare_instructions.html * http://www.6502.org/tutorials/compare_instructions.html
* http://www.6502.org/tutorials/6502opcodes.html * http://www.6502.org/tutorials/6502opcodes.html
## Utilties and Misc.
Convert [font image to C array](image_2_c.html)
Convert [C array to binary font](c_to_fontbin.cpp)
[Raw Binary Font](font.bin)
# TODO # TODO
* .bin of the font
* Double Hi-Res * Double Hi-Res
* PDF of this doc * PDF of this doc