support booting ProDOS from drive 2

This commit is contained in:
Peter Ferrie 2019-05-02 10:32:32 -07:00
parent 3504e91e6e
commit 2d5710154c
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
;-------------------------------