From 7586cc1651df48c20685324ddf09d1b795a83045 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sat, 20 May 2017 21:41:18 +0200 Subject: [PATCH] Added font for C64 VT100. The commit https://github.com/oliverschmidt/ip65/commit/e1a29ae411758ac5c121b3758a5763adb3ed70c9 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. --- drivers/c64vt100.font | Bin 0 -> 2048 bytes drivers/c64vt100.s | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 drivers/c64vt100.font diff --git a/drivers/c64vt100.font b/drivers/c64vt100.font new file mode 100644 index 0000000000000000000000000000000000000000..0c997d8bb16e12292218d9c507e019c60db3c5c2 GIT binary patch literal 2048 zcmeHGv2Gec5FHu3adDz>H3c%iuu5T3tS%_BNRt8~S!q|CG%i4h>YzC7{elaBMe2M= zK8GUG<-J{K^8;Zyy!U2j-n^ZMgYEZm6GSAq+G>#)JF|{B#)!B>m~jb~h$mXBDlo&Y zEBPj(GFN3jDx3?5?@l|!5zTS2zTY;e1HB;*J~QMKcQIc095EUrUdI4>(S-U5Fw3Ze zW$fQ<`}&zUXdoYttCL8o)F%m^3;fY*hY7X=tELcgJBiwHqu{I?XQZH7x zxKBR9Nye-Lf8c%SJ{J2hq3rM?PWP0%VD*AZSU`8vH14V0>l4YU+hit{`=R*$M}=1 zRzKDo)S=(`oHOKnrXZ2otcaM+0Ps2tj1SkJ-oIavdaciVxxVmc9^ky-DQ+9+C*4KH jsBWL}|4}7P`1MtfzVn+utjwYc#qIBH0=EhL&lC6yUGdPX literal 0 HcmV?d00001 diff --git a/drivers/c64vt100.s b/drivers/c64vt100.s index 9532169..03617c3 100644 --- a/drivers/c64vt100.s +++ b/drivers/c64vt100.s @@ -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"