4cade/src/prelaunch/joust.a

21 lines
396 B
Plaintext
Raw Normal View History

2019-09-14 05:30:01 +00:00
;license:MIT
;(c) 2019 by qkumba
!cpu 6502
2019-09-15 02:57:52 +00:00
!to "build/PRELAUNCH/JOUST",plain
*=$106
!source "src/prelaunch/common.a"
2019-09-14 05:30:01 +00:00
lda #$60
sta $85e
jsr $800 ; decompress and show title/options screens
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
lda #$ad
sta $2bc9
sta $2b6b
+
jmp $3e00