fixed font name
This commit is contained in:
parent
999844460a
commit
55e0a550ea
@ -2564,5 +2564,5 @@ LASTINIT SET .
|
|||||||
BYTE #%00000000
|
BYTE #%00000000
|
||||||
|
|
||||||
#if VERBOSE = 1
|
#if VERBOSE = 1
|
||||||
ECHO "tggs.asm @ ",LASTINIT,"len:",(. - LASTINIT)
|
ECHO "font.asm @ ",LASTINIT,"len:",(. - LASTINIT)
|
||||||
#endif
|
#endif
|
@ -32,11 +32,10 @@ sidtune:
|
|||||||
|
|
||||||
; Font Data
|
; Font Data
|
||||||
; ----------------------------------------------------------------------
|
; ----------------------------------------------------------------------
|
||||||
SEG tggsSegment
|
SEG fontSegment
|
||||||
org $2000
|
org $2000
|
||||||
; This binary data that defines the font is exactly 2kB long ($800)
|
; This binary data that defines the font is exactly 2kB long ($800)
|
||||||
tggsFont:
|
INCLUDE "font.asm"
|
||||||
INCLUDE "tggs.asm"
|
|
||||||
|
|
||||||
; Program Segment
|
; Program Segment
|
||||||
; ----------------------------------------------------------------------
|
; ----------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user