4cade/src/prelaunch/wall.defence.a

26 lines
452 B
Plaintext
Raw Normal View History

2021-11-07 04:22:15 +00:00
;license:MIT
2022-05-28 18:20:06 +00:00
;(c) 2021 by qkumba, Frank M.
2021-11-07 04:22:15 +00:00
!cpu 6502
!to "build/PRELAUNCH.INDEXED/WALL.DEFENCE",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $2013
jsr $2000 ; decompress
2022-05-28 18:20:06 +00:00
ldx #0
stx $D01
inx
stx $D06 ; reset fix
2021-11-07 04:22:15 +00:00
+DISABLE_ACCEL
jmp $D00
!if * > $1C0 {
!error "code is too large, ends at ", *
}