mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-19 02:10:39 +00:00
14 lines
169 B
Plaintext
14 lines
169 B
Plaintext
|
;license:MIT
|
||
|
;(c) 2019 by qkumba
|
||
|
|
||
|
!cpu 6502
|
||
|
!to "build/cheat/MARIO.BROS",plain
|
||
|
*=$14D
|
||
|
|
||
|
lda #$60
|
||
|
sta $8214
|
||
|
jsr $4900
|
||
|
lda #$a9
|
||
|
sta $4299
|
||
|
jmp $4000
|