diff --git a/drivers/c64vt100.font b/drivers/c64vt100.font new file mode 100644 index 0000000..0c997d8 Binary files /dev/null and b/drivers/c64vt100.font differ 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"