From 4d636eddb55b1d0c609cb00fc7dd347b9b654ebd Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Tue, 10 Nov 2020 04:17:07 -0800 Subject: [PATCH] fix Virtual II in 13-sector mode, too (#32) --- src/anti-m.a | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/anti-m.a b/src/anti-m.a index fea9868..25951e8 100644 --- a/src/anti-m.a +++ b/src/anti-m.a @@ -218,6 +218,11 @@ Tracer13 ; [and runs anyway] BeginTheBoot13 + lda #$CD ;Virtual II fixes + sta $9D + sta $A2 + lda #4 + sta $AC ldx #$B3 ;Sensible Software fix ldy $0300 jmp $0301 @@ -263,7 +268,7 @@ StringTable !word @mainmenu @header - !text "Anti-M v1.8pre by 4am 2020-10-15" + !text "Anti-M v1.8pre by 4am 2020-11-09" !text "________________________________________",$8D !text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00 @mainmenu