robhagemans / hoard-of-bitfonts

turns out I like bitmap fonts
Other
1.34k stars 51 forks source link

Add CoCo3 font extracted from BIOS ROM #5

Closed codeman38 closed 3 years ago

codeman38 commented 3 years ago

The existing font for the Tandy CoCo 3 in this repo is not completely accurate to real hardware. However, the good news is that unlike prior CoCo models, the character bitmaps for the CoCo 3 font are also present in the BIOS ROM so that they can be drawn in graphics mode. This pull request adds trs80-coco3-rom.draw, which consists of the character bitmaps directly extracted from the BIOS.

robhagemans commented 3 years ago

Thanks for this!