mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-05 05:34:57 +00:00
add Star Clones to the collection
This commit is contained in:
parent
ac05a5d716
commit
246b981159
7
res/ATTRACT/STAR.CLONES
Normal file
7
res/ATTRACT/STAR.CLONES
Normal file
@ -0,0 +1,7 @@
|
||||
#
|
||||
# Attract mode for STAR.CLONES
|
||||
# This file is automatically generated
|
||||
#
|
||||
|
||||
|
||||
[eof]
|
@ -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
BIN
res/TITLE.HGR/STAR.CLONES
Normal file
Binary file not shown.
@ -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)
|
||||
|
BIN
res/dsk/star clones 16k file PRODOS (san inc pack).po
Normal file
BIN
res/dsk/star clones 16k file PRODOS (san inc pack).po
Normal file
Binary file not shown.
@ -10,7 +10,6 @@ Cavern Creatures
|
||||
Sheila
|
||||
|
||||
//classic crack (clean or salvageable)
|
||||
Star Clones
|
||||
Trolls and Tribulations
|
||||
|
||||
//woz (needs crack)
|
||||
|
20
src/prelaunch/star.clones.a
Normal file
20
src/prelaunch/star.clones.a
Normal 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 ", *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user