mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-02 17:30:53 +00:00
automatically switch to built-in RWTS at appropriate time on Laureate bootloader disks
This commit is contained in:
parent
87dfe23379
commit
10b42d2475
@ -77,6 +77,11 @@ TraceLaureate
|
||||
iny
|
||||
bne -
|
||||
;
|
||||
; use built-in RWTS for track 0
|
||||
;
|
||||
lda #$FE
|
||||
sta T00S0B
|
||||
;
|
||||
; don't read track 0 sectors $0C-$0F
|
||||
; (never read, some disks have intentionally bad sectors there)
|
||||
; (seen on Sound Ideas)
|
||||
|
@ -230,7 +230,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2017-09-10",$00
|
||||
!text "Passport by 4am 2017-09-12",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user