fixed font name

This commit is contained in:
giomba 2020-11-14 17:40:30 +01:00
parent 999844460a
commit 55e0a550ea
2 changed files with 4 additions and 5 deletions

View File

@ -2564,5 +2564,5 @@ LASTINIT SET .
BYTE #%00000000
#if VERBOSE = 1
ECHO "tggs.asm @ ",LASTINIT,"len:",(. - LASTINIT)
#endif
ECHO "font.asm @ ",LASTINIT,"len:",(. - LASTINIT)
#endif

View File

@ -32,11 +32,10 @@ sidtune:
; Font Data
; ----------------------------------------------------------------------
SEG tggsSegment
SEG fontSegment
org $2000
; This binary data that defines the font is exactly 2kB long ($800)
tggsFont:
INCLUDE "tggs.asm"
INCLUDE "font.asm"
; Program Segment
; ----------------------------------------------------------------------