Kernel version 0.9 : LAN drivers, bugfix and optimization

This commit is contained in:
Rémy GIBERT 2017-04-27 22:09:33 +02:00
parent d6aefbe613
commit a8e07582c4
4 changed files with 2 additions and 2 deletions

View File

@ -55,11 +55,11 @@ Dev.Detect >STYA ARGS
sta PacketPagePTR,x
lda PacketPageDATA+1,x
ldy PacketPageDATA,x
cmp /DEVID
bne .2
cpy #DEVID
lda PacketPageDATA,x
cmp #DEVID
beq .3
.2 dec DEV.HEADER.NAME+4

Binary file not shown.

Binary file not shown.

Binary file not shown.