added charset font for text

This commit is contained in:
AArt1256 2025-11-15 15:05:34 +03:00
parent 8197a022bd
commit afdf4779b8
7 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
; repository version 194, built on Wed, 12 Nov 2025 15:49:37 +0300 for project "loader" using
; repository version 194, built on Sat, 15 Nov 2025 15:05:27 +0300 for project "loader" using
; make PLATFORM=c64 prg INSTALL=1800 RESIDENT=1700 ZP=02 PROJECT=
; configuration

Binary file not shown.

View file

@ -162,6 +162,7 @@ $(DISKIMAGE): $(ASSEMBLE)
-f $(NAME) -w $< \
-f "sid" -w sid.bin \
-f "badguy" -w badguy.zx0.prg \
-f "font" -w font.bin \
$@

Binary file not shown.