From 5121c8578894bc0b5fbbc14331fbf0b31084aa1f Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Wed, 13 Jan 2016 22:18:28 -0800 Subject: [PATCH] Update TODOs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cfc4b16..b950304 100644 --- a/README.md +++ b/README.md @@ -2640,12 +2640,12 @@ That's all folks! Now go write some cool font blitter code. - [x] Screenshots! - [x] Cleanup all assembly for consistent indentation and alignment -- [ ] Binary code for 300.bin and 1000.bin so you can load it directly into the emulator -- [ ] Disk image: `HGR_FONT.DSK` (In progress) - [x] Count cycles of old and new DrawCharCol Address Calculation +- [ ] Binary code for 300.bin and 1000.bin so you can load it directly into the emulator (In progress) +- [ ] Disk image: `HGR_FONT.DSK` (In progress) - [ ] Alternative fonts - [ ] Re-engineer Codepage 437 Font to 7x8 cells: - ![font_codepage_437_8x8.png](font_codepage_437_8x8.png) + ![font_codepage_437_8x8.png](font_codepage_437_8x8.png) (In progress) - [ ] Double Hi-Res - [ ] PDF of this document (As a work-around use Chrome and Print to PDF)