Added NE2000 network support.

NE2000 emulation originally from Bochs, ported by SA1988.
SLiRP originally from QEMU, ported by neozeed.
This commit is contained in:
SarahW 2017-07-31 10:10:36 +01:00
commit 6697e31929
57 changed files with 15460 additions and 9 deletions

View file

@ -44,6 +44,7 @@
#define IDC_COMBOWS 1065
#define IDC_COMBOMOUSE 1066
#define IDC_COMBOHDD 1067
#define IDC_COMBONETCARD 1068
#define IDC_CHECK1 1010
#define IDC_CHECK2 1011
#define IDC_CHECK3 1012
@ -126,6 +127,7 @@
#define IDC_CONFIGURESND 1201
#define IDC_CONFIGUREVOODOO 1202
#define IDC_CONFIGUREMOD 1203
#define IDC_CONFIGURENETCARD 1204
#define IDC_JOY1 1210
#define IDC_JOY2 1211
#define IDC_JOY3 1212