fix Wall Defence reset (#475)

This commit is contained in:
frankmilliron 2022-05-28 11:20:06 -07:00 committed by GitHub
parent fe39aade57
commit b03c19ecc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2021 by qkumba
;(c) 2021 by qkumba, Frank M.
!cpu 6502
!to "build/PRELAUNCH.INDEXED/WALL.DEFENCE",plain
@ -11,6 +11,12 @@
lda #$60
sta $2013
jsr $2000 ; decompress
ldx #0
stx $D01
inx
stx $D06 ; reset fix
+DISABLE_ACCEL
jmp $D00