mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 20:30:29 +00:00
fix Grapple reset (#466)
This commit is contained in:
parent
4a0e7eb630
commit
7e516bf6f3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user