Merge pull request #21 from peterferrie/master

support booting ProDOS from drive 2
This commit is contained in:
4am 2019-05-02 21:47:55 -04:00 committed by GitHub
commit 1355d13c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -236,7 +236,7 @@ StringTable
!word @mainmenu
@header
!text "Anti-M v1.3 by 4am 2019-04-12"
!text "Anti-M v1.4-pre by 4am 2019-05-02"
!text "________________________________________",$8D
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00
@mainmenu

View File

@ -45,6 +45,11 @@ IDProDOS
dey
bne @ProDOS_patch
@ProDOS_exit
lda $85FF
beq @OneDrive
lda #$E0
sta $43
@OneDrive
jmp $2000
;-------------------------------