add Lancaster cheat

This commit is contained in:
Peter Ferrie 2019-10-01 09:12:03 -07:00
parent 4b15133d57
commit 10c5d2275b
2 changed files with 21 additions and 1 deletions

File diff suppressed because one or more lines are too long

20
src/prelaunch/lancaster.a Normal file
View 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