mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-29 10:33:08 +00:00
add Penetrator to the collection
This commit is contained in:
parent
810ba4c195
commit
07d6444e72
BIN
res/dsk/penetrator 14k file PRODOS (san inc pack).dsk
Normal file
BIN
res/dsk/penetrator 14k file PRODOS (san inc pack).dsk
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
25
src/prelaunch/penetrator.a
Normal file
25
src/prelaunch/penetrator.a
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
;license:MIT
|
||||||
|
;(c) 2020 by qkumba
|
||||||
|
|
||||||
|
!cpu 6502
|
||||||
|
!to "build/PRELAUNCH/PENETRATOR",plain
|
||||||
|
*=$106
|
||||||
|
|
||||||
|
!source "src/prelaunch/common.a"
|
||||||
|
|
||||||
|
+ENABLE_ACCEL
|
||||||
|
lda #$60
|
||||||
|
sta $82D
|
||||||
|
jsr $800 ; decompress
|
||||||
|
|
||||||
|
+GET_MACHINE_STATUS
|
||||||
|
and #CHEATS_ENABLED
|
||||||
|
beq +
|
||||||
|
dec $7602 ; patch - don't decrease lives
|
||||||
|
+
|
||||||
|
+DISABLE_ACCEL
|
||||||
|
jmp $6000
|
||||||
|
|
||||||
|
!if * > $1C0 {
|
||||||
|
!error "code is too large, ends at ", *
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user