mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-10 08:25:13 +00:00
fix Grapple reset (#466)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2021 by qkumba
|
;(c) 2021 by qkumba, Frank M.
|
||||||
|
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/PRELAUNCH.INDEXED/GRAPPLE",plain
|
!to "build/PRELAUNCH.INDEXED/GRAPPLE",plain
|
||||||
@@ -18,6 +18,9 @@
|
|||||||
beq +
|
beq +
|
||||||
dec $7A92 ; don't count deaths
|
dec $7A92 ; don't count deaths
|
||||||
+
|
+
|
||||||
|
lda #1
|
||||||
|
sta $40D3 ; reset vector fix
|
||||||
|
|
||||||
+DISABLE_ACCEL
|
+DISABLE_ACCEL
|
||||||
jmp $4000
|
jmp $4000
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user