mirror of
https://github.com/a2-4am/4cade.git
synced 2025-03-04 02:30:16 +00:00
add Demonic Decks to the collection
This commit is contained in:
parent
48e066ba49
commit
1301840ca5
@ -98,6 +98,7 @@
|
||||
0110,DEATH.SWORD
|
||||
1001,DEFENDER
|
||||
1000,DEFEND.JH=Defender (Joe Holt)
|
||||
0000,DEMONIC.DECKS
|
||||
1000,DEPTH.CHARGE
|
||||
0001,DIAMOND.MINE
|
||||
0001,DIG.DUG
|
||||
|
BIN
res/TITLE.HGR/DEMONIC.DECKS
Normal file
BIN
res/TITLE.HGR/DEMONIC.DECKS
Normal file
Binary file not shown.
@ -93,6 +93,7 @@ CYCLOD=Type(06),AuxType(4000),Access(C3)
|
||||
DANGEROUS.DAVE=Type(06),AuxType(4000),Access(C3)
|
||||
DEFEND.JH=Type(06),AuxType(4000),Access(C3)
|
||||
DEFENDER=Type(06),AuxType(4000),Access(C3)
|
||||
DEMONIC.DECKS=Type(06),AuxType(4000),Access(C3)
|
||||
DEPTH.CHARGE=Type(06),AuxType(4000),Access(C3)
|
||||
DIAMOND.MINE=Type(06),AuxType(4000),Access(C3)
|
||||
DIG.DUG=Type(06),AuxType(4000),Access(C3)
|
||||
|
BIN
res/dsk/demonic decks PRODOS (san inc pack).po
Normal file
BIN
res/dsk/demonic decks PRODOS (san inc pack).po
Normal file
Binary file not shown.
@ -6,7 +6,7 @@
|
||||
; YE OLDE GRAND UNIFIED MEMORY MAP
|
||||
;
|
||||
; LC RAM BANK 1
|
||||
; D000..E853 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
|
||||
; D000..E865 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
|
||||
; E92D..FFF1 - main program code
|
||||
; FFF2..FFF9 - API functions and global constants available for main program
|
||||
; code, prelaunchers, transition effects, &c.
|
||||
|
19
src/prelaunch/demonic.decks.a
Normal file
19
src/prelaunch/demonic.decks.a
Normal file
@ -0,0 +1,19 @@
|
||||
;license:MIT
|
||||
;(c) 2021 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/DEMONIC.DECKS",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $206A
|
||||
jsr $2000 ; decompress
|
||||
+DISABLE_ACCEL
|
||||
jmp $200
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user