mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-09 23:29:39 +00:00
peasant: forgot to restore seek2 code
This commit is contained in:
parent
0d0a9ff956
commit
081ddabaf6
@ -55,17 +55,11 @@ check_floppy_in_drive2:
|
|||||||
|
|
||||||
; seek to track 0
|
; seek to track 0
|
||||||
|
|
||||||
lda #$0 ;
|
lda #$44 ; 68 = 34 tracks; worst case scenario(?)
|
||||||
sta curtrk_smc+1
|
sta curtrk_smc+1
|
||||||
lda #$13 ;
|
lda #0 ; seek to track0
|
||||||
sta phase_smc+1
|
sta phase_smc+1
|
||||||
|
|
||||||
|
|
||||||
; lda #$44 ; 68 = 34 tracks; worst case scenario(?)
|
|
||||||
; sta curtrk_smc+1
|
|
||||||
; lda #0 ; seek to track0
|
|
||||||
; sta phase_smc+1
|
|
||||||
|
|
||||||
; jsr antim_seek_track0
|
; jsr antim_seek_track0
|
||||||
jsr seek
|
jsr seek
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user