support Spinnaker boot (but not from drive 2)

This commit is contained in:
Peter Ferrie 2019-05-13 20:49:36 -07:00
parent 1355d13c19
commit 8ebf4fbee2
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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