mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-03 03:52:28 +00:00
add Super Zaxxon to the collection
This commit is contained in:
parent
dd677fedbc
commit
46895b9939
BIN
res/dsk/super zaxxon PRODOS (san inc crack).po
Normal file
BIN
res/dsk/super zaxxon PRODOS (san inc crack).po
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -65,7 +65,6 @@ Injured Engine
|
||||
Jawbreaker ][
|
||||
Mating Zone [priority]
|
||||
Saracen
|
||||
Super Zaxxon [priority]
|
||||
Test Drive [DHGR] [priority]
|
||||
|
||||
//TODO(woz-imaged but uncracked)
|
||||
|
BIN
res/title.hgr/super.zaxxon
Normal file
BIN
res/title.hgr/super.zaxxon
Normal file
Binary file not shown.
34
src/prelaunch/super.zaxxon.a
Normal file
34
src/prelaunch/super.zaxxon.a
Normal file
@ -0,0 +1,34 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/SUPER.ZAXXON",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+GET_MACHINE_STATUS
|
||||
and #CHEATS_ENABLED
|
||||
beq +
|
||||
lda #0
|
||||
sta $21C2
|
||||
lda #$71
|
||||
sta $21C3
|
||||
ldy #(callback_e - callback) - 1
|
||||
- lda callback, y
|
||||
sta $7100, y
|
||||
dey
|
||||
bpl -
|
||||
+ jmp $2000 ; decompress
|
||||
|
||||
callback !pseudopc $7100 {
|
||||
jsr $415
|
||||
lda #$bd
|
||||
sta $1999 ; patch - don't decrease lives
|
||||
rts
|
||||
}
|
||||
callback_e
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
Reference in New Issue
Block a user