diff --git a/src/tggs.asm b/src/font.asm similarity index 99% rename from src/tggs.asm rename to src/font.asm index d7f1294..5ffed05 100644 --- a/src/tggs.asm +++ b/src/font.asm @@ -2564,5 +2564,5 @@ LASTINIT SET . BYTE #%00000000 #if VERBOSE = 1 - ECHO "tggs.asm @ ",LASTINIT,"len:",(. - LASTINIT) -#endif \ No newline at end of file + ECHO "font.asm @ ",LASTINIT,"len:",(. - LASTINIT) +#endif diff --git a/src/main.asm b/src/main.asm index 6269d38..115092f 100644 --- a/src/main.asm +++ b/src/main.asm @@ -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 ; ----------------------------------------------------------------------