Added font for C64 VT100.

The commit e1a29ae411 was missing the font file. It sports the VT100 'special graphics and line drawing' glyphs in the chars $60-$7F. However so far the code to make use of them isn't implemented.
This commit is contained in:
Oliver Schmidt 2017-05-20 21:41:18 +02:00
parent 579b6f3334
commit 7586cc1651
2 changed files with 1 additions and 1 deletions

BIN
drivers/c64vt100.font Normal file

Binary file not shown.

View File

@ -1934,4 +1934,4 @@ pta ;_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _a _b _c _d _e _f
; --- Font ROM ------------------------
FontROM
.incbin "c64vt100font.bin"
.incbin "c64vt100.font"