Skip to content

Fun with VGA fonts

Choose a tag to compare

@joncampbell123 joncampbell123 released this 19 Jun 20:25
· 5302 commits to master since this release

VGA library:

  • Fix MDA/CGA detection to ask the BIOS instead of probing I/O ports. Undefined I/O ports do not necessarily return 0xFF especially on older hardware making the old test routine unreliable.
  • Add FONTLOAD, FONTSAVE, and FONTEDIT as demonstration code for how to manipulate font RAM on EGA/VGA hardware