fix The Human Fly reset

This commit is contained in:
frankmilliron 2022-10-03 04:50:58 -07:00 committed by GitHub
parent c07d387226
commit 3c0ba6a42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2022 by qkumba
;(c) 2022 by qkumba, Frank M.
!cpu 6502
!to "build/PRELAUNCH.INDEXED/THE.HUMAN.FLY",plain
@ -33,6 +33,7 @@ callback
lda #$2c
sta $4D24 ; patch - don't decrease lives
+
+NEW_RESET_VECTOR $280
jsr DisableAccelerator
+READ_ROM_NO_WRITE
jmp $1100