Port DECchip 21143 "Tulip" emulation from QEMU

This commit is contained in:
Cacodemon345
2023-07-29 16:24:35 +06:00
parent c12cfad5f1
commit 659143408e
6 changed files with 1562 additions and 1 deletions

View File

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