This commit is contained in:
4am 2018-02-20 20:39:21 -05:00
parent b9d89b0c08
commit d2df87b34b
7 changed files with 10 additions and 3 deletions

View File

@ -32,6 +32,7 @@ asm: md
$(ACME) src/onbeyond/z4/z4.s
$(ACME) src/onbeyond/z5/z5.s
$(ACME) src/onbeyond/z5u/z5u.s
$(ACME) src/createsave.s
dsk: md asm
cp res/"Pitch Dark.master games collection.do.not.edit.2mg" build/$(DISK)
@ -45,6 +46,7 @@ dsk: md asm
$(CADIUS) ADDFILE build/$(DISK) "/PITCH.DARK/" "build/ONBEYONDZ4"
$(CADIUS) ADDFILE build/$(DISK) "/PITCH.DARK/" "build/ONBEYONDZ5"
$(CADIUS) ADDFILE build/$(DISK) "/PITCH.DARK/" "build/ONBEYONDZ5U"
$(CADIUS) ADDFILE build/$(DISK) "/PITCH.DARK/" "build/CREATESAVE"
txt: md dsk
mkdir -p build/text

BIN
createsave#061000 Normal file

Binary file not shown.

View File

@ -6,3 +6,4 @@ ONBEYONDZ4=Type(06),AuxType(3000),VersionCreate(70),MinVersion(BE),Access(C3)
ONBEYONDZ5=Type(06),AuxType(3000),VersionCreate(70),MinVersion(BE),Access(C3)
ONBEYONDZ5U=Type(06),AuxType(3000),VersionCreate(70),MinVersion(BE),Access(C3)
WEEGUI=Type(06),AuxType(4000),VersionCreate(70),MinVersion(BE),Access(C3)
CREATESAVE=Type(06),AuxType(1000),VersionCreate(70),MinVersion(BE),Access(C3)

View File

@ -15,7 +15,7 @@
;
!zone {
kNumberOfGames = 32
kNumberOfGames = 33
gCurrentGame
!byte $FD ; set at runtime
kTextRootDirectory
@ -37,6 +37,7 @@ GAMES ; length of this array must = kNumberOfGame
!word .lurkinghorror
!word .minizork
!word .moonmist
!word .nordandbert
!word .planetfall
!word .plunderedhearts
!word .seastalker
@ -101,6 +102,9 @@ GAMES ; length of this array must = kNumberOfGame
.moonmist
!byte 8
!raw "MOONMIST"
.nordandbert
!byte 13
!raw "NORD.AND.BERT"
.planetfall
!byte 10
!raw "PLANETFALL"

View File

@ -2,7 +2,7 @@
;(c) 2018 by qkumba
!cpu 6502
!to "..\build\createsave#061000",plain
!to "build/CREATESAVE",plain
*=$1000

View File

@ -7,7 +7,7 @@
; - LoadGlobalPreferences
!zone {
kDefaultGame = 28 ; Zork I
kDefaultGame = 29 ; Zork I
kPrefsRecord = $0800
kPrefsLength = 1
kPrefsCurrentGame = kPrefsRecord + 0