Skip to content

Commit

Permalink
Adjusted base address to final product.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschmidt committed Feb 26, 2014
1 parent 602928d commit 3e5e054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/6502/ethconfig/ethconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit 3e5e054

Please sign in to comment.