add box art for Pitfall II and Phantoms Five

This commit is contained in:
4am 2020-12-04 12:25:22 -05:00
parent 4140df40d7
commit 78d61feda1
10 changed files with 8 additions and 3 deletions

View File

@ -63,19 +63,17 @@ asmlauncher: md
$(ACME) -r build/4cade.lst -DBUILDNUMBER=`git rev-list --count HEAD` -DRELBASE=`cat build/relbase.log | grep "RELBASE =" | cut -d"=" -f2 | cut -d"(" -f2 | cut -d")" -f1` src/4cade.a
asmfx: md
touch build/log
for f in src/fx/*.a; do grep "^\!to" $${f} >/dev/null && $(ACME) $${f} >> build/log || true; done
bin/buildfileinfo.sh build/FX "06" "6000" >>build/log
asmprelaunch: md
touch build/log
for f in src/prelaunch/*.a; do grep "^\!to" $${f} >/dev/null && $(ACME) $${f} >> build/log; done
for f in res/TITLE.HGR/* res/TITLE.DHGR/*; do rsync --ignore-existing build/PRELAUNCH/STANDARD build/PRELAUNCH/$$(basename $$f); done
chd: dsk
chdman createhd -c none -i build/"$(DISK)" -o build/"$(DISK)".chd >>build/log
compress:
compress: md
for f in res/ACTION.HGR.UNCOMPRESSED/*; do o=res/ACTION.HGR/$$(basename $$f); [ -f "$$o" ] || ${EXOMIZER} "$$f"@0x4000 -o "$$o" >>build/log; done
for f in res/ACTION.DHGR.UNCOMPRESSED/*; do o=res/ACTION.DHGR/$$(basename $$f); [ -f "$$o" ] || ${EXOMIZER} "$$f"@0x4000 -o "$$o" >>build/log; done
for f in res/ARTWORK.SHR.UNCOMPRESSED/*; do o=res/ARTWORK.SHR/$$(basename $$f); [ -f "$$o" ] || ${EXOMIZER} "$$f"@0x2000 -o "$$o" >>build/log; done
@ -89,6 +87,7 @@ mount: dsk
md:
mkdir -p build/X build/FX build/PRELAUNCH build/GAMEHELP
touch build/log
clean:
rm -rf build/ || rm -rf build

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
res/ARTWORK.SHR/PITFALL.II Normal file

Binary file not shown.

View File

@ -127,9 +127,11 @@ ORILEYS.MINE=Type(06),AuxType(1FF8),Access(C3)
OUTPOST=Type(06),AuxType(1FF8),Access(C3)
PACMAN=Type(06),AuxType(1FF8),Access(C3)
PAPERBOY=Type(06),AuxType(1FF8),Access(C3)
PHANTOMS.FIVE=Type(06),AuxType(1FF8),Access(C3)
PHARAOHS.REVNG=Type(06),AuxType(1FF8),Access(C3)
PIE.MAN=Type(06),AuxType(1FF8),Access(C3)
PIPE.DREAM=Type(06),AuxType(1FF8),Access(C3)
PITFALL.II=Type(06),AuxType(1FF8),Access(C3)
PITSTOP.II=Type(06),AuxType(1FF8),Access(C3)
PLATOON=Type(06),AuxType(1FF8),Access(C3)
POOYAN=Type(06),AuxType(1FF8),Access(C3)

View File

@ -3,6 +3,7 @@
# This file is automatically generated
#
ARTWORK.SHR/PHANTOMS.FIVE=C
ACTION.HGR/PHANTOMS.FIVE=A
[eof]

View File

@ -3,6 +3,7 @@
# This file is automatically generated
#
ARTWORK.SHR/PITFALL.II=C
ACTION.HGR/PITFALL.II2=A
ACTION.HGR/PITFALL.II=A
PITFALL.II=0

View File

@ -11,5 +11,6 @@ SUMMER.GAMES.II
INDIANA.JONES
LOST.TOMB
FALCONS
PITFALL.II
[eof]

View File

@ -11,5 +11,6 @@ ALIEN.TYPHOON
LITTLE.COMP.PPL
QIX
ORBITRON
PHANTOMS.FIVE
[eof]