Ported the 3c500/3c501 nic from VirtualBox.

Added IRQ's 10 and 11 to the AMD PCnet ISA/VLB nics.
This commit is contained in:
TC1995
2022-11-21 17:08:50 +01:00
parent e167988a92
commit b04aa3ce4e
6 changed files with 1276 additions and 3 deletions

View File

@@ -67,6 +67,7 @@
#include <86box/ui.h>
#include <86box/timer.h>
#include <86box/network.h>
#include <86box/net_3c501.h>
#include <86box/net_3c503.h>
#include <86box/net_ne2000.h>
#include <86box/net_pcnet.h>
@@ -95,6 +96,7 @@ static const device_t net_none_device = {
static const device_t *net_cards[] = {
&net_none_device,
&threec501_device,
&threec503_device,
&pcnet_am79c960_device,
&pcnet_am79c961_device,