From 3e5e054f2a71594f6aafc48bc97b98166cc57d9a Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 26 Feb 2014 20:23:09 +0100 Subject: [PATCH] Adjusted base address to final product. --- cpu/6502/ethconfig/ethconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/6502/ethconfig/ethconfig.c b/cpu/6502/ethconfig/ethconfig.c index c710a7fa6..8dd9dba2f 100644 --- a/cpu/6502/ethconfig/ethconfig.c +++ b/cpu/6502/ethconfig/ethconfig.c @@ -11,7 +11,7 @@ static struct { } drivers[] = { #ifdef __APPLE2__ {"Uthernet", 0xC080, "cs8900a.eth" }, - {"Uthernet II", 0xC080, "w5100.eth" }, + {"Uthernet II", 0xC084, "w5100.eth" }, {"LANceGS", 0xC080, "lan91c96.eth"} #endif #ifdef __ATARI__