mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-16 18:30:26 +00:00
Kernel 0.94
This commit is contained in:
parent
acd8b6c943
commit
548facfad6
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -862,20 +862,23 @@ XRW.Seek asl transform into 1/4 tracks
|
||||
.2 cmp #$fe A<curtrk, must move out
|
||||
bcs .3
|
||||
|
||||
* >DEBUG
|
||||
|
||||
lda #$fe
|
||||
|
||||
.3 tax save move direction
|
||||
|
||||
.3 bit #1 remember 1/4 or 2/4
|
||||
php
|
||||
clc
|
||||
adc XRW.CurrentTrack
|
||||
sta XRW.CurrentTrack
|
||||
|
||||
jsr XRW.PhaseOn
|
||||
|
||||
lda #28
|
||||
jsr XRW.Wait100msA Trash X
|
||||
lda #18
|
||||
plp
|
||||
beq .4
|
||||
|
||||
lsr only 1/4
|
||||
|
||||
.4 jsr XRW.Wait100msA Trash X
|
||||
|
||||
jsr XRW.AllPhaseOff
|
||||
|
||||
@ -885,10 +888,7 @@ XRW.Seek asl transform into 1/4 tracks
|
||||
lsr XRW.CurrentTrack
|
||||
rts
|
||||
|
||||
XRW.PhaseOn dex
|
||||
bmi .1
|
||||
|
||||
pha
|
||||
XRW.PhaseOn pha
|
||||
jsr .7
|
||||
pla
|
||||
|
||||
@ -896,15 +896,6 @@ XRW.PhaseOn dex
|
||||
beq .8
|
||||
|
||||
inc
|
||||
bra .7
|
||||
|
||||
.1 bit #1 1,3,5,7 ?
|
||||
beq .7
|
||||
|
||||
pha
|
||||
inc
|
||||
jsr .7
|
||||
pla
|
||||
|
||||
.7 and #6 mask for 0,2,4,6
|
||||
ora A2L Slot $n0
|
||||
|
@ -93,7 +93,8 @@ K.ReadDir.ROOT ldy #S.FD.DIR.FC did we already returned something ?
|
||||
>MLICALL MLIONLINE
|
||||
bcs K.ReadDir.RTS
|
||||
|
||||
>LDYAI 16*16+16*S.STAT+1 16 (Vols+Stat) + \0
|
||||
>LDYAI 16*S.STAT+257 16 (Vols+Stat) + \0
|
||||
|
||||
jsr K.ReadDir.GetBufYA
|
||||
bcs K.ReadDir.RTS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user