mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-31 18:31:48 +00:00
d2_hgr: update for submission
This commit is contained in:
parent
7959042667
commit
142be2cd62
@ -8,6 +8,21 @@ TOKENIZE = ../../utils/asoft_basic-utils/tokenize_asoft
|
||||
|
||||
all: hgr_d2.dsk text_to_tiny
|
||||
|
||||
submit: hgr_d2_1k.zip
|
||||
|
||||
####
|
||||
|
||||
hgr_d2_1k.zip: D2 d2.s file_id.diz hgr_d2.dsk
|
||||
mkdir -p demosplash2021_hgr_d2_1k
|
||||
cp D2 ./demosplash2021_hgr_d2_1k
|
||||
cp *.s ./demosplash2021_hgr_d2_1k
|
||||
cp file_id.diz ./demosplash2021_hgr_d2_1k
|
||||
cp hgr_d2.dsk ./demosplash2021_hgr_d2_1k
|
||||
cp hgr_d2_720p.mp4 ./demosplash2021_hgr_d2_1k
|
||||
zip -r hgr_d2_1k.zip demosplash2021_hgr_d2_1k
|
||||
|
||||
####
|
||||
|
||||
hgr_d2.dsk: HELLO D2
|
||||
cp $(EMPTY_DISK)/empty.dsk ./hgr_d2.dsk
|
||||
$(DOS33) -y hgr_d2.dsk SAVE A HELLO
|
||||
|
11
demos/d2/file_id.diz
Normal file
11
demos/d2/file_id.diz
Normal file
@ -0,0 +1,11 @@
|
||||
HGR_D2
|
||||
-
|
||||
1k-byte Demo for Apple II, Demosplash 2021
|
||||
Seven hi-res scenes, with Mockingboard music
|
||||
|
||||
Should run on most Apple II systems
|
||||
Mockingboard must be in Slot #4
|
||||
Keypress should stop the demo and silence the music
|
||||
|
||||
Code: Deater / dSr
|
||||
Music: mA2E / dSr
|
Loading…
x
Reference in New Issue
Block a user