4cade/src/prelaunch/donkey.kong.a

17 lines
226 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/DONKEY.KONG",plain
*=$106
!source "src/prelaunch/common.a"
2019-09-14 05:30:01 +00:00
lda #$60
sta $3eab
jsr $3e36
lda #$2c
sta $729b
sta $6fea
jmp $4000