peasant: forgot to restore seek2 code

This commit is contained in:
Vince Weaver 2022-01-13 23:12:24 -05:00
parent 0d0a9ff956
commit 081ddabaf6

View File

@ -55,17 +55,11 @@ check_floppy_in_drive2:
; seek to track 0
lda #$0 ;
lda #$44 ; 68 = 34 tracks; worst case scenario(?)
sta curtrk_smc+1
lda #$13 ;
lda #0 ; seek to track0
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 seek