Port Realtek RTL8139C emulation from QEMU

This commit is contained in:
Cacodemon345
2023-07-31 02:04:53 +06:00
parent 9c22198a0f
commit f3233c4eb5
4 changed files with 3341 additions and 1 deletions

View File

@@ -74,6 +74,7 @@
#include <86box/net_plip.h>
#include <86box/net_wd8003.h>
#include <86box/net_tulip.h>
#include <86box/net_rtl8139.h>
#ifdef _WIN32
# define WIN32_LEAN_AND_MEAN
@@ -118,6 +119,7 @@ static const device_t *net_cards[] = {
&rtl8029as_device,
&pcnet_am79c960_vlb_device,
&dec_tulip_device,
&rtl8139c_device,
NULL
};