mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-20 03:31:42 +00:00
Kernel 0.93
This commit is contained in:
parent
9e69fd64a8
commit
1c0ef79adb
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user