With per-target Ethernet drivers we can have per-target MAC addresses.

This commit is contained in:
Oliver Schmidt 2019-05-05 10:41:57 +02:00
parent 57dd2b362d
commit 8122d7d0d4
3 changed files with 19 additions and 3 deletions

View File

@ -41,7 +41,18 @@
; Ethernet address
mac: .byte $00, $0E, $3A ; OUI of Cirrus Logic
.byte $11, $11, $11
.ifdef __C64__
.byte $64, $64, $64
.endif
.ifdef __APPLE2__
.byte $A2, $A2, $A2
.endif
.ifdef __ATARI__
.byte $A8, $A8, $A8
.endif
.ifdef __VIC20__
.byte $20, $20, $20
.endif
; Buffer attributes
bufaddr:.res 2 ; Address

View File

@ -42,7 +42,12 @@
; Ethernet address
mac: .byte $00, $80, $0F ; OUI of Standard Microsystems
.byte $11, $11, $11
.ifdef __C64__
.byte $64, $64, $64
.endif
.ifdef __APPLE2__
.byte $A2, $A2, $A2
.endif
; Buffer attributes
bufaddr:.res 2 ; Address

View File

@ -41,7 +41,7 @@
; Ethernet address
mac: .byte $00, $08, $DC ; OUI of WIZnet
.byte $11, $11, $11
.byte $A2, $A2, $A2
; Buffer attributes
bufaddr:.res 2 ; Address