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 !word @mainmenu
@header @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
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00 !text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00
@mainmenu @mainmenu

View File

@ -50,8 +50,12 @@ IDBroderbund
bne @exit bne @exit
@maybeSpaceEggs @maybeSpaceEggs
lda $842
sta @jmpdos+1
lda #<@SpaceEggsCallback lda #<@SpaceEggsCallback
sta $0842 sta $0842
lda $843
sta @jmpdos+2
lda #>@SpaceEggsCallback lda #>@SpaceEggsCallback
sta $0843 sta $0843