Adjust shadow register to full 8kB RX buffer.
This commit is contained in:
parent
3e5e054f2a
commit
b6c9950b94
|
@ -202,8 +202,8 @@ fixup11:ora data ; Lobyte
|
||||||
; Calculate and set physical address
|
; Calculate and set physical address
|
||||||
jsr set_addrphysical
|
jsr set_addrphysical
|
||||||
|
|
||||||
; Move physical address shadow to $F000-$FFFF
|
; Move physical address shadow to $E000-$FFFF
|
||||||
ora #>$F000
|
ora #>$8000
|
||||||
tax
|
tax
|
||||||
|
|
||||||
; Read MAC raw 2byte packet size header
|
; Read MAC raw 2byte packet size header
|
||||||
|
|
Loading…
Reference in a new issue