mirror of
https://github.com/KrisKennaway/ii-vision.git
synced 2024-12-21 20:29:21 +00:00
Oops fix byte ordering for port
This commit is contained in:
parent
fb47e48e4a
commit
7164f20eab
@ -35,7 +35,7 @@
|
|||||||
; TODO: make these configurable
|
; TODO: make these configurable
|
||||||
SRCADDR: .byte $C0,$A8,$01,147 ; 192.168.1.147 W5100 IP
|
SRCADDR: .byte $C0,$A8,$01,147 ; 192.168.1.147 W5100 IP
|
||||||
FADDR: .byte $C0,$A8,$01,15 ; 192.168.1.15 FOREIGN IP
|
FADDR: .byte $C0,$A8,$01,15 ; 192.168.1.15 FOREIGN IP
|
||||||
FPORT: .byte $b9,$07 ; 1977 FOREIGN PORT
|
FPORT: .byte $07,$b9 ; 1977 FOREIGN PORT
|
||||||
MAC: .byte $00,$08,$DC,$01,$02,$03 ; W5100 MAC ADDRESS
|
MAC: .byte $00,$08,$DC,$01,$02,$03 ; W5100 MAC ADDRESS
|
||||||
|
|
||||||
; SLOT 1 I/O ADDRESSES FOR THE W5100
|
; SLOT 1 I/O ADDRESSES FOR THE W5100
|
||||||
|
Loading…
Reference in New Issue
Block a user