Kernel 0.93

This commit is contained in:
Rémy GIBERT 2019-05-20 14:49:48 +02:00
parent 9e69fd64a8
commit 1c0ef79adb
2 changed files with 16 additions and 2 deletions

Binary file not shown.

View File

@ -3,7 +3,14 @@ NEW
.LIST OFF
.OP 65C02
.OR $2000
*--------------------------------------
UTHERNETX .EQ 1
*--------------------------------------
.DO UTHERNETX=1
.TF DRV/UTHERNETX.DRV
.ELSE
.TF DRV/UTHERNET.DRV
.FIN
*--------------------------------------
.INB INC/MACROS.I
.INB INC/A2OSX.I
@ -428,12 +435,19 @@ READ php
bne .4
inc ZPBufPtr+1
.4 inc Counter
.4 .DO UTHERNETX=1
lda RTDATA+1,x
.FIN
inc Counter
bne .5
inc Counter+1
beq .8
.5 lda RTDATA+1,x
.5 .DO UTHERNETX=0
lda RTDATA+1,x
.FIN
sta (ZPBufPtr),y
iny
bne .2