add Star Clones to the collection

This commit is contained in:
Peter Ferrie 2021-11-07 08:19:18 -08:00
parent ac05a5d716
commit 246b981159
7 changed files with 29 additions and 1 deletions

7
res/ATTRACT/STAR.CLONES Normal file
View File

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

View File

@ -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

BIN
res/TITLE.HGR/STAR.CLONES Normal file

Binary file not shown.

View File

@ -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)

Binary file not shown.

View File

@ -10,7 +10,6 @@ Cavern Creatures
Sheila
//classic crack (clean or salvageable)
Star Clones
Trolls and Tribulations
//woz (needs crack)

View File

@ -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 ", *
}