fix Lemmings (Deater) reset (#480)

This commit is contained in:
frankmilliron 2022-06-03 07:11:19 -07:00 committed by GitHub
parent 76a204c108
commit 7a59ebb830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 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/LEMMINGS",plain
@ -11,7 +11,11 @@
lda #$60
sta $21A5
jsr $2000 ; decompress
+ENABLE_ACCEL
+READ_RAM2_WRITE_RAM2
+NEW_RESET_VECTOR_64K $300
jsr DisableAccelerator
+READ_ROM_NO_WRITE
jmp $6000