fix The Human Fly reset (#504)

This commit is contained in:
frankmilliron 2022-10-03 08:56:18 -07:00 committed by GitHub
parent d0f2d16ff1
commit e05eb9c91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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