Revert "fix Microwave reset (#198)" (#199)

This reverts commit 979b506db2.
This commit is contained in:
4am 2020-05-16 11:17:09 -04:00 committed by GitHub
parent 979b506db2
commit 1a4af0dcaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba/Frank M.
;(c) 2020 by qkumba
!cpu 6502
!to "build/PRELAUNCH/MICROWAVE",plain
@ -22,7 +22,6 @@ callback
sta $8EB ; patch - don't increase lives
sta $C41 ; patch - don't decrease lives
+
+RESET_VECTOR $100
+DISABLE_ACCEL
lda #0
jmp $8974