mirror of
https://github.com/A2osX/A2osX.git
synced 2025-03-16 18:32:18 +00:00
SP Tools:bugfix in SPTAPE.DRV....fopen() still crashing
This commit is contained in:
parent
2cf7512e99
commit
89ba551931
Binary file not shown.
Binary file not shown.
@ -73,6 +73,7 @@ Dev.Detect >STYA ARGS
|
||||
>PUSHW L.FD.DEV.NAME
|
||||
>PUSHBI 2
|
||||
>SYSCALL PrintF
|
||||
bcs .9
|
||||
|
||||
* >STYA FD.DEV+S.FD.DEV.DRVPTR
|
||||
* S.FD.DEV.DRVPTR = NULL -> KERNEL will hook to NATIVE SP
|
||||
|
@ -138,7 +138,7 @@ K.MKDev jsr SHARED.PullP2P1 ptr2=name,ptr1=fd
|
||||
sta (pFD),y
|
||||
dey
|
||||
lda #DRV.SmartPort
|
||||
lda (pFD),y
|
||||
sta (pFD),y
|
||||
|
||||
.5 jsr DEV.GetPDrv
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user