Kernel 0.93

This commit is contained in:
Rémy GIBERT 2019-05-19 20:58:43 +02:00
parent dc8caae147
commit 9e69fd64a8
2 changed files with 6 additions and 11 deletions

Binary file not shown.

View File

@ -475,22 +475,17 @@ WRITE php
lda #PP.BusST
sta PacketPagePTR,x
lda #16
ldy #16
.1 pha
lda PacketPageDATA+1,x
ldy PacketPageDATA,x
.1 lda PacketPageDATA+1,x
and /PP.BusST.Rdy4TxNOW
bne WRITE.1
tya
* and #PP.BusST.TxBidErr
* bne .9
bmi .9
lda PacketPageDATA,x
and #PP.BusST.TxBidErr
bne .9
pla
dec
dey
bne .1
.9 lda #E.NODATA