fix Microwave on Mac //e Card (#277)

This commit is contained in:
frankmilliron 2020-07-05 10:39:51 -07:00 committed by GitHub
parent 575eb67cef
commit 3654f47c36
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
;(c) 2020 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/MICROWAVE",plain
@ -18,7 +18,11 @@ callback
sta $8EB ; patch - don't increase lives
sta $C41 ; patch - don't decrease lives
+
lda $7FE ; screen hole
pha
jsr DisableAccelerator
pla
sta $7FE ; fix on Mac //e Card
bit $C082
lda #0
jmp $8974