mist: forgot title image

This commit is contained in:
Vince Weaver 2020-03-05 00:59:07 -05:00
parent 873437d509
commit da7be02682
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,19 @@
#include ../Makefile.inc
B2D = ../../bmp2dhr/b2d
LZSA = ~/research/lzsa/lzsa/lzsa
all: mist_title.lzsa
####
mist_title.lzsa: MIST_TITLEC.BIN
$(LZSA) -r -f2 MIST_TITLEC.BIN mist_title.lzsa
MIST_TITLEC.BIN: mist_title.bmp
$(B2D) mist_title.bmp HGR -d
####
clean:
rm -f *~ *.o *.lst

Binary file not shown.

View File

@ -0,0 +1,2 @@
lz4 -16 : 6503
lzsa : 6153