From 8ebf4fbee2e55025d47436c3c3f7e9e143e11383 Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Mon, 13 May 2019 20:49:36 -0700 Subject: [PATCH] support Spinnaker boot (but not from drive 2) --- src/anti-m.a | 2 +- src/idbroderbund.a | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/anti-m.a b/src/anti-m.a index bdc28dd..2b81bf7 100644 --- a/src/anti-m.a +++ b/src/anti-m.a @@ -236,7 +236,7 @@ StringTable !word @mainmenu @header - !text "Anti-M v1.4-pre by 4am 2019-05-02" + !text "Anti-M v1.4-pre by 4am 2019-05-13" !text "________________________________________",$8D !text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00 @mainmenu diff --git a/src/idbroderbund.a b/src/idbroderbund.a index 9b011fc..e442c85 100644 --- a/src/idbroderbund.a +++ b/src/idbroderbund.a @@ -50,8 +50,12 @@ IDBroderbund bne @exit @maybeSpaceEggs + lda $842 + sta @jmpdos+1 lda #<@SpaceEggsCallback sta $0842 + lda $843 + sta @jmpdos+2 lda #>@SpaceEggsCallback sta $0843