Move conv_zx0.sh into Makefile

This commit is contained in:
Natt Akuma 2025-11-19 01:15:54 +07:00
parent 277752fb2e
commit d0d26294ee
15 changed files with 6 additions and 26 deletions

2
.gitignore vendored
View file

@ -4,3 +4,5 @@ loader/tools/cc1541/cc1541
loader/samples/minexample/*.bak loader/samples/minexample/*.bak
loader/samples/minexample/*.o loader/samples/minexample/*.o
loader/samples/minexample/*.zx0
loader/samples/minexample/*.zx0.prg

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "loader/samples/minexample/zx02"]
path = loader/samples/minexample/zx02
url = https://github.com/dmsc/zx02.git

View file

@ -10,7 +10,7 @@ endif
CD = cd CD = cd
PRINTF = printf PRINTF = printf
MKDIR = mkdir MKDIR = mkdir
GREP = ggrep GREP = grep
ZIP = zip -9 --must-match ZIP = zip -9 --must-match
ZIP_NO_PATHS = $(ZIP) -j ZIP_NO_PATHS = $(ZIP) -j
ifneq ($(VERSION),) ifneq ($(VERSION),)

Binary file not shown.

View file

@ -1,25 +0,0 @@
zx02/zx02 badguyz.bin badguy.zx0
printf "\x00\x80" > badguy.zx0.prg
cat badguy.zx0 >> badguy.zx0.prg
python3 aart_lz.py tilemap.bin tilemap.bin.lz
zx02/zx02 title_320-prepared.bin title_320-prepared.zx0
printf "\x00\x80" > title_320-prepared.zx0.prg
cat title_320-prepared.zx0 >> title_320-prepared.zx0.prg
zx02/zx02 tower.bin tower.zx0
printf "\x00\x80" > tower.zx0.prg
cat tower.zx0 >> tower.zx0.prg
zx02/zx02 tower_beam.bin tower_beam.zx0
printf "\x00\x80" > tower_beam.zx0.prg
cat tower_beam.zx0 >> tower_beam.zx0.prg
zx02/zx02 field.bin field.zx0
printf "\x00\x80" > field.zx0.prg
cat field.zx0 >> field.zx0.prg
zx02/zx02 falling_star.bin falling_star.zx0
printf "\x00\x80" > falling_star.zx0.prg
cat falling_star.zx0 >> falling_star.zx0.prg
zx02/zx02 lilia.bin lilia.zx0
printf "\x00\x80" > lilia.zx0.prg
cat lilia.zx0 >> lilia.zx0.prg
zx02/zx02 lilia_hero.bin lilia_hero.zx0
printf "\x00\x80" > lilia_hero.zx0.prg
cat lilia_hero.zx0 >> lilia_hero.zx0.prg

Binary file not shown.

Binary file not shown.