SP Tools:bugfix in SPTAPE.DRV....fopen() still crashing

This commit is contained in:
burniouf 2022-01-31 18:25:19 +01:00
parent 2cf7512e99
commit 89ba551931
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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

View File

@ -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