Added Realtek RTL8029AS emulation.
This commit is contained in:
parent
c40a421700
commit
0fe4a83740
4 changed files with 274 additions and 33 deletions
|
|
@ -26,8 +26,9 @@ typedef struct
|
|||
|
||||
static NETWORK_CARD network_cards[] =
|
||||
{
|
||||
{"None", "", NULL},
|
||||
{"Novell NE2000", "ne2000", &ne2000_device},
|
||||
{"None", "", NULL},
|
||||
{"Novell NE2000", "ne2000", &ne2000_device},
|
||||
{"Realtek RTL8029AS", "rtl8029as", &rtl8029as_device},
|
||||
{"", "", NULL}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue