mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
add Lancaster cheat
This commit is contained in:
parent
4b15133d57
commit
10c5d2275b
File diff suppressed because one or more lines are too long
20
src/prelaunch/lancaster.a
Normal file
20
src/prelaunch/lancaster.a
Normal file
@ -0,0 +1,20 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/LANCASTER",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #<cheat
|
||||
sta $10da
|
||||
lda #>cheat
|
||||
sta $10db
|
||||
jmp $1000
|
||||
|
||||
cheat
|
||||
lda #$ad
|
||||
sta $1661
|
||||
sta $1476
|
||||
jmp $1000
|
Loading…
x
Reference in New Issue
Block a user