diff --git a/res/ATTRACT/STAR.CLONES b/res/ATTRACT/STAR.CLONES new file mode 100644 index 000000000..252829233 --- /dev/null +++ b/res/ATTRACT/STAR.CLONES @@ -0,0 +1,7 @@ +# +# Attract mode for STAR.CLONES +# This file is automatically generated +# + + +[eof] diff --git a/res/GAMES.CONF b/res/GAMES.CONF index 4e5a5b1e7..766f391f2 100755 --- a/res/GAMES.CONF +++ b/res/GAMES.CONF @@ -355,6 +355,7 @@ 0001,SD=Spy's Demise 1000,STAR.AVENGER=Star Avenger 0001,STAR.BLAZER=Star Blazer +1000,STAR.CLONES=Star Clones 1001,STAR.CRUISER=Star Cruiser 0000,STAR.DANCE=Star Dance 0001,STAR.MAZE=Star Maze diff --git a/res/TITLE.HGR/STAR.CLONES b/res/TITLE.HGR/STAR.CLONES new file mode 100644 index 000000000..f42b02dd6 Binary files /dev/null and b/res/TITLE.HGR/STAR.CLONES differ diff --git a/res/TITLE.HGR/_FileInformation.txt b/res/TITLE.HGR/_FileInformation.txt index 89a05b277..179c30476 100644 --- a/res/TITLE.HGR/_FileInformation.txt +++ b/res/TITLE.HGR/_FileInformation.txt @@ -317,6 +317,7 @@ SS=Type(06),AuxType(4000),Access(C3) SS2=Type(06),AuxType(4000),Access(C3) STAR.AVENGER=Type(06),AuxType(4000),Access(C3) STAR.BLAZER=Type(06),AuxType(4000),Access(C3) +STAR.CLONES=Type(06),AuxType(4000),Access(C3) STAR.CRUISER=Type(06),AuxType(4000),Access(C3) STAR.DANCE=Type(06),AuxType(4000),Access(C3) STAR.MAZE=Type(06),AuxType(4000),Access(C3) diff --git a/res/dsk/star clones 16k file PRODOS (san inc pack).po b/res/dsk/star clones 16k file PRODOS (san inc pack).po new file mode 100644 index 000000000..10db8329f Binary files /dev/null and b/res/dsk/star clones 16k file PRODOS (san inc pack).po differ diff --git a/res/notes/wishlist.txt b/res/notes/wishlist.txt index de7a90b67..7699d731b 100644 --- a/res/notes/wishlist.txt +++ b/res/notes/wishlist.txt @@ -10,7 +10,6 @@ Cavern Creatures Sheila //classic crack (clean or salvageable) -Star Clones Trolls and Tribulations //woz (needs crack) diff --git a/src/prelaunch/star.clones.a b/src/prelaunch/star.clones.a new file mode 100644 index 000000000..e4da4a8e5 --- /dev/null +++ b/src/prelaunch/star.clones.a @@ -0,0 +1,20 @@ +;license:MIT +;(c) 2021 by qkumba + +!cpu 6502 +!to "build/PRELAUNCH.INDEXED/STAR.CLONES",plain +*=$106 + + !source "src/prelaunch/common.a" + + +ENABLE_ACCEL + lda #$4C + sta $608F + jsr $53BE ; decompress + +DISABLE_ACCEL + lda #0 + jmp $A2A7 + +!if * > $1C0 { + !error "code is too large, ends at ", * +}