Fixed TCPIP Crash when NIC not detected

This commit is contained in:
Rémy GIBERT 2015-03-25 17:30:00 +01:00
parent e8f12e94ad
commit df462f180a
2 changed files with 6 additions and 1 deletions

View File

@ -69,6 +69,9 @@ PP.SelfCTL.HWSleepE .EQ %00000001.00000000
PP.SelfCTL.HWStndby .EQ %00000010.00000000
PP.BufCTL .EQ $0116
PP.TestCTL .EQ $0118
PP.TestCTL.LID .EQ %00000000.00011001
PP.TestCTL.DisLT .EQ %00000000.10000000
PP.TestCTL.FDX .EQ %01000000.00000000
PP.ISQ .EQ $0120
PP.RxEvent .EQ $0124 Receiver Event (RO)
PP.RxEvent.LID .EQ %00000000.00000100

View File

@ -112,11 +112,13 @@ CS.INIT.DEV ldy #S.PS.hARGS
>SYSCALL SYS.FreeMemA
clc
rts
.98 pha
lda hDEVNAME
>SYSCALL SYS.FreeMemA
pla
.99 rts
.99 sec
rts
*--------------------------------------
CS.INIT.CFGFILE >PUSHW L.CFGFILENAME
>SYSCALL SYS.ExpandPStr