Port DECchip 21143 "Tulip" emulation from QEMU
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
#include <86box/net_pcnet.h>
|
||||
#include <86box/net_plip.h>
|
||||
#include <86box/net_wd8003.h>
|
||||
#include <86box/net_tulip.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
@@ -116,6 +117,7 @@ static const device_t *net_cards[] = {
|
||||
&pcnet_am79c970a_device,
|
||||
&rtl8029as_device,
|
||||
&pcnet_am79c960_vlb_device,
|
||||
&dec_tulip_device,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user