mirror of
https://github.com/a2-4am/4cade.git
synced 2024-10-03 19:55:09 +00:00
add Spy vs Spy 3 to the collection
This commit is contained in:
parent
0c211ba9dd
commit
c1d452f165
@ -306,6 +306,7 @@
|
||||
0001,SPY.HUNTER
|
||||
0000,SS=Spy vs Spy
|
||||
0000,SS2=Spy vs Spy 2
|
||||
0110,SS3=Spy vs Spy 3
|
||||
0001,SD=Spy's Demise
|
||||
0001,STAR.BLAZER
|
||||
1001,STAR.CRUISER
|
||||
|
BIN
res/TITLE.DHGR/SS3
Normal file
BIN
res/TITLE.DHGR/SS3
Normal file
Binary file not shown.
@ -26,6 +26,7 @@ RR=Type(06),AuxType(4000),Access(C3)
|
||||
SLICKS=Type(06),AuxType(4000),Access(C3)
|
||||
SO=Type(06),AuxType(4000),Access(C3)
|
||||
SPIDERBOT=Type(06),AuxType(4000),Access(C3)
|
||||
SS3=Type(06),AuxType(4000),Access(C3)
|
||||
TC=Type(06),AuxType(4000),Access(C3)
|
||||
TETRIS=Type(06),AuxType(4000),Access(C3)
|
||||
THE.LAST.NINJA=Type(06),AuxType(4000),Access(C3)
|
||||
|
BIN
res/dsk/spy vs spy 3 PRODOS (san inc crack).po
Normal file
BIN
res/dsk/spy vs spy 3 PRODOS (san inc crack).po
Normal file
Binary file not shown.
25
src/prelaunch/spy.vs.spy.3.a
Normal file
25
src/prelaunch/spy.vs.spy.3.a
Normal file
@ -0,0 +1,25 @@
|
||||
;license:MIT
|
||||
;(c) 2021 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/SS3",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $20BB
|
||||
sta $2217
|
||||
jsr $2000 ; decompress
|
||||
+DISABLE_ACCEL
|
||||
jsr $12FD
|
||||
+ENABLE_ACCEL
|
||||
jsr $90FD ; decompress
|
||||
jsr DisableAccelerator
|
||||
jsr $9000
|
||||
jmp $915C
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
Reference in New Issue
Block a user