fix Grapple reset (#466)

This commit is contained in:
frankmilliron 2022-05-20 10:28:11 -07:00 committed by GitHub
parent 4a0e7eb630
commit 7e516bf6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 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/GRAPPLE",plain
@ -18,6 +18,9 @@
beq +
dec $7A92 ; don't count deaths
+
lda #1
sta $40D3 ; reset vector fix
+DISABLE_ACCEL
jmp $4000