Added Realtek RTL8029AS emulation.

This commit is contained in:
SarahW 2018-01-11 21:59:44 +00:00
commit 0fe4a83740
4 changed files with 274 additions and 33 deletions

View file

@ -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}
};