ivan-pi / fc8

Fortran CHIP-8 interpreter
GNU General Public License v3.0
7 stars 1 forks source link

Font set include file #1

Open ivan-pi opened 1 year ago

ivan-pi commented 1 year ago

The font should be set in an include file for easy replacement.

This also affects instruction FX29 which sets I to the location of the sprite for the character in VX. Characters 0-F (in hexadecimal) are represented by a 4x5 font.

ivan-pi commented 1 year ago

A few different fonts can be found under Toolbox -> Appearance -> Fonts in the Octo IDE.