mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 17:49:43 +00:00
add Spy vs Spy 2 to the collection
This commit is contained in:
parent
db737470d9
commit
0c211ba9dd
@ -305,6 +305,7 @@
|
|||||||
1001,SPINDIZZY
|
1001,SPINDIZZY
|
||||||
0001,SPY.HUNTER
|
0001,SPY.HUNTER
|
||||||
0000,SS=Spy vs Spy
|
0000,SS=Spy vs Spy
|
||||||
|
0000,SS2=Spy vs Spy 2
|
||||||
0001,SD=Spy's Demise
|
0001,SD=Spy's Demise
|
||||||
0001,STAR.BLAZER
|
0001,STAR.BLAZER
|
||||||
1001,STAR.CRUISER
|
1001,STAR.CRUISER
|
||||||
|
BIN
res/TITLE.HGR/SS2
Normal file
BIN
res/TITLE.HGR/SS2
Normal file
Binary file not shown.
@ -290,6 +290,7 @@ SPIDER.RAID=Type(06),AuxType(4000),Access(C3)
|
|||||||
SPINDIZZY=Type(06),AuxType(4000),Access(C3)
|
SPINDIZZY=Type(06),AuxType(4000),Access(C3)
|
||||||
SPY.HUNTER=Type(06),AuxType(4000),Access(C3)
|
SPY.HUNTER=Type(06),AuxType(4000),Access(C3)
|
||||||
SS=Type(06),AuxType(4000),Access(C3)
|
SS=Type(06),AuxType(4000),Access(C3)
|
||||||
|
SS2=Type(06),AuxType(4000),Access(C3)
|
||||||
STAR.BLAZER=Type(06),AuxType(4000),Access(C3)
|
STAR.BLAZER=Type(06),AuxType(4000),Access(C3)
|
||||||
STAR.CRUISER=Type(06),AuxType(4000),Access(C3)
|
STAR.CRUISER=Type(06),AuxType(4000),Access(C3)
|
||||||
STAR.DANCE=Type(06),AuxType(4000),Access(C3)
|
STAR.DANCE=Type(06),AuxType(4000),Access(C3)
|
||||||
|
BIN
res/dsk/spy vs spy 2 PRODOS (san inc crack).po
Normal file
BIN
res/dsk/spy vs spy 2 PRODOS (san inc crack).po
Normal file
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
; YE OLDE GRAND UNIFIED MEMORY MAP
|
; YE OLDE GRAND UNIFIED MEMORY MAP
|
||||||
;
|
;
|
||||||
; LC RAM BANK 1
|
; LC RAM BANK 1
|
||||||
; D000..E808 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
|
; D000..E81C - persistent data structures (gGlobalPrefsStore, gGamesListStore)
|
||||||
; E92D..FFF1 - main program code
|
; E92D..FFF1 - main program code
|
||||||
; FFF2..FFF9 - API functions and global constants available for main program
|
; FFF2..FFF9 - API functions and global constants available for main program
|
||||||
; code, prelaunchers, transition effects, &c.
|
; code, prelaunchers, transition effects, &c.
|
||||||
|
27
src/prelaunch/spy.vs.spy.2.a
Normal file
27
src/prelaunch/spy.vs.spy.2.a
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
;license:MIT
|
||||||
|
;(c) 2021 by qkumba
|
||||||
|
|
||||||
|
!cpu 6502
|
||||||
|
!to "build/PRELAUNCH/SS2",plain
|
||||||
|
*=$106
|
||||||
|
|
||||||
|
!source "src/prelaunch/common.a"
|
||||||
|
|
||||||
|
+ENABLE_ACCEL
|
||||||
|
+LC_REBOOT
|
||||||
|
lda #$60
|
||||||
|
sta $DBE
|
||||||
|
sta $DE2
|
||||||
|
jsr $C24
|
||||||
|
jsr $BCFC ; decompress
|
||||||
|
+DISABLE_ACCEL
|
||||||
|
jsr $DC1
|
||||||
|
+ENABLE_ACCEL
|
||||||
|
jsr $BCFC ; decompress
|
||||||
|
+DISABLE_ACCEL
|
||||||
|
jsr $DE5
|
||||||
|
jmp $4000
|
||||||
|
|
||||||
|
!if * > $1C0 {
|
||||||
|
!error "code is too large, ends at ", *
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user