diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index a57a295f..27963d2f 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/BIN/IPCONFIG.S.DHCP.txt b/BIN/IPCONFIG.S.DHCP.txt index 0249efc8..18becb4e 100644 --- a/BIN/IPCONFIG.S.DHCP.txt +++ b/BIN/IPCONFIG.S.DHCP.txt @@ -7,22 +7,15 @@ DHCP.INIT lda (pIPCFG) and #S.IPCFG.STATUS.OK bne .99 Already Configured, exit - ldy #S.IPCFG-1 - -.1 lda (pIPCFG),y - sta IPCFG,y - dey - bne .1 - stz IPCFG+S.IPCFG.STATUS ldx #3 -.11 lda A2osX.TIMER16,x +.1 lda A2osX.TIMER16,x sta DHCP.DISC.XID,x sta DHCP.REQ.XID,x dex - bpl .11 + bpl .1 ldx #5 diff --git a/BIN/IPCONFIG.S.ETC.txt b/BIN/IPCONFIG.S.ETC.txt index f7b626af..75be9d13 100644 --- a/BIN/IPCONFIG.S.ETC.txt +++ b/BIN/IPCONFIG.S.ETC.txt @@ -368,8 +368,11 @@ CFG.Read.GetS >PUSHWI 255 >PUSHW ZPTmpPtr1 lda CFG.hCfgFile >SYSCALL fgets - - rts + bcs .9 + >LDYA ZPTmpPtr1 + >SYSCALL puts + +.9 rts *-------------------------------------- MAN SAVE USR/SRC/SBIN/IPCONFIG.S.ETC diff --git a/BIN/IPCONFIG.S.txt b/BIN/IPCONFIG.S.txt index ab16722d..0016f926 100644 --- a/BIN/IPCONFIG.S.txt +++ b/BIN/IPCONFIG.S.txt @@ -166,13 +166,15 @@ CS.RUN >LIBCALL hLIBTCPIP,LIBTCPIP.GETCFG jsr CFG.EtcFiles - jsr DHCP.INIT - bcs .8 - - jsr DHCP.RUN - jsr DHCP.QUIT - +* jsr DHCP.INIT +* bcs .8 + +* jsr DHCP.RUN + +* jsr DHCP.QUIT + .8 >PUSHW L.IPCFG + >DEBUG >LIBCALL hLIBTCPIP,LIBTCPIP.SETCFG * lda #0