remove demo binaries from repo since we reassemble them during build

This commit is contained in:
4am 2022-09-30 13:56:47 -04:00
parent ad23f801b9
commit b790ab60b5
226 changed files with 149 additions and 134 deletions

View File

@ -45,6 +45,7 @@ dsk: index asmproboot asmlauncher asmdemo extract
bin/buildfileinfo.sh res/ICONS "CA" "0000" bin/buildfileinfo.sh res/ICONS "CA" "0000"
bin/buildfileinfo.sh build/FX "06" "6000" bin/buildfileinfo.sh build/FX "06" "6000"
cp src/prelaunch/_FileInformation.txt build/PRELAUNCH/ cp src/prelaunch/_FileInformation.txt build/PRELAUNCH/
cp src/demo/_FileInformation.txt build/DEMO/
# #
# add everything to the disk # add everything to the disk
# #
@ -56,7 +57,7 @@ dsk: index asmproboot asmlauncher asmdemo extract
$(CADIUS) ADDFILE build/"$(DISK)" "/$(VOLUME)/" "$$f" -C >>build/log; \ $(CADIUS) ADDFILE build/"$(DISK)" "/$(VOLUME)/" "$$f" -C >>build/log; \
done done
for f in \ for f in \
res/DEMO \ build/DEMO \
res/TITLE.ANIMATED \ res/TITLE.ANIMATED \
res/ICONS \ res/ICONS \
build/FX \ build/FX \
@ -267,7 +268,7 @@ mount: dsk
osascript bin/V2Make.scpt "`pwd`" bin/4cade.vii build/"$(DISK)" osascript bin/V2Make.scpt "`pwd`" bin/4cade.vii build/"$(DISK)"
md: md:
mkdir -p build/X build/X.INDEXED build/FX build/FX.INDEXED build/PRELAUNCH build/PRELAUNCH.INDEXED build/ATTRACT build/SS build/GAMEHELP mkdir -p build/X build/X.INDEXED build/FX build/FX.INDEXED build/PRELAUNCH build/PRELAUNCH.INDEXED build/ATTRACT build/SS build/GAMEHELP build/DEMO
touch build/log touch build/log
clean: clean:

7
res/ATTRACT/SIGMA.SEVEN Normal file
View File

@ -0,0 +1,7 @@
#
# Attract mode for SIGMA.SEVEN
# This file is automatically generated
#
[eof]

7
res/ATTRACT/SPACE.SPIKES Normal file
View File

@ -0,0 +1,7 @@
#
# Attract mode for SPACE.SPIKES
# This file is automatically generated
#
[eof]

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
;(c) 2021-2022 by Frank M., qkumba ;(c) 2021-2022 by Frank M., qkumba
!cpu 6502 !cpu 6502
!to "res/DEMO/AGENT.U.S.A",plain !to "build/DEMO/AGENT.U.S.A",plain
*=$300 *=$300
!source "src/constants.a" ; no code in these !source "src/constants.a" ; no code in these

View File

@ -2,7 +2,7 @@
;(c) 2022 by qkumba ;(c) 2022 by qkumba
!cpu 6502 !cpu 6502
!to "res/DEMO/ALIEN.AMBUSH",plain !to "build/DEMO/ALIEN.AMBUSH",plain
*=$300 *=$300
!source "src/constants.a" ; no code in these !source "src/constants.a" ; no code in these

View File

@ -2,7 +2,7 @@
;(c) 2021-2022 by qkumba ;(c) 2021-2022 by qkumba
!cpu 6502 !cpu 6502
!to "res/DEMO/ALIEN.DOWNPOUR",plain !to "build/DEMO/ALIEN.DOWNPOUR",plain
*=$300 *=$300
!source "src/constants.a" ; no code in these !source "src/constants.a" ; no code in these

View File

@ -2,7 +2,7 @@
;(c) 2021-2022 by Frank M., qkumba ;(c) 2021-2022 by Frank M., qkumba
!cpu 6502 !cpu 6502
!to "res/DEMO/ALIEN.MUNCHIES",plain !to "build/DEMO/ALIEN.MUNCHIES",plain
*=$200 *=$200
!source "src/constants.a" ; no code in these !source "src/constants.a" ; no code in these

Some files were not shown because too many files have changed in this diff Show More