Skip to content

Commit 9d7bdb9

Browse files
author
stefan.vogt@byteproject.net
committed
appended Apple II target to z5_all.sh
1 parent c8a2b14 commit 9d7bdb9

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

Build/z5_all.sh

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# builds all Z-machine v5 capable targets to z5:
3-
# Commodore 64, Commodore Amiga, Atari ST, Spectrum Next, MS-DOS, BBC Micro,
3+
# Commodore 64, Commodore Amiga, Atari ST, Spectrum Next, MS-DOS, BBC Micro, Apple 2,
44
# Acorn Electron, Commodore 128, Mega 65, Commodore Plus/4, classic Macintosh.
55

66
#read config file
@@ -197,3 +197,16 @@ humount
197197

198198
#post cleanup
199199
rm game.story
200+
201+
############### Apple II ###############
202+
203+
#cleanup
204+
rm ${STORY}_apple2_s1.dsk
205+
rm ${STORY}_apple2_s2.dsk
206+
207+
#compile
208+
${WRAPPER} -5 ${STORY}.inf
209+
210+
#create disk image
211+
interlz5 ./Interpreters/info5a.bin ${STORY}.z5 ${STORY}_apple2_s1.dsk
212+
interlz5 ./Interpreters/info5a.bin ${STORY}.z5 ${STORY}_apple2_s1.dsk ${STORY}_apple2_s2.nib

0 commit comments

Comments
 (0)