Merge pull request #577 from oliverschmidt/master

Adjusted base address to final product.
This commit is contained in:
Oliver Schmidt 2014-02-26 22:17:32 +01:00
commit f9c2b77cb7
1 changed files with 1 additions and 1 deletions

View File

@ -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__