Added NE2000 network support.
NE2000 emulation originally from Bochs, ported by SA1988. SLiRP originally from QEMU, ported by neozeed.
This commit is contained in:
parent
2881d35680
commit
6697e31929
57 changed files with 15460 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue