Merge pull request #22 from peterferrie/master

support Spinnaker boot (but not from drive 2)
This commit is contained in:
4am 2019-05-14 08:58:36 -04:00 committed by GitHub
commit 1bf17671f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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