second: more graphics

This commit is contained in:
Vince Weaver 2023-10-18 01:49:05 -04:00
parent 8ed667fe5c
commit becb8fd276
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
include ../../../../Makefile.inc
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
PNG_TO_HGR = ../../../../utils/hgr-utils/png2hgr
PNG2GR = ../../../../utils/gr-utils/png2gr
all: chess_object.hgr.zx02 chess_object2.hgr.zx02
####
chess_object.hgr: chess_object.png
$(PNG_TO_HGR) chess_object.png > chess_object.hgr
chess_object.hgr.zx02: chess_object.hgr
$(ZX02) chess_object.hgr chess_object.hgr.zx02
####
chess_object2.hgr: chess_object2.png
$(PNG_TO_HGR) chess_object2.png > chess_object2.hgr
chess_object2.hgr.zx02: chess_object2.hgr
$(ZX02) chess_object2.hgr chess_object2.hgr.zx02
####
clean:
rm -f *~

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB