Merge remote-tracking branch 'origin/master' into feature/machine_and_kb
This commit is contained in:
@@ -1775,7 +1775,6 @@ const device_t i440ex_device =
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
const device_t i440bx_device =
|
||||
{
|
||||
"Intel 82443BX",
|
||||
@@ -1790,6 +1789,20 @@ const device_t i440bx_device =
|
||||
NULL
|
||||
};
|
||||
|
||||
const device_t i440bx_no_agp_device =
|
||||
{
|
||||
"Intel 82443BX",
|
||||
DEVICE_PCI,
|
||||
0x8200 | INTEL_440BX,
|
||||
i4x0_init,
|
||||
i4x0_close,
|
||||
i4x0_reset,
|
||||
{ NULL },
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
const device_t i440gx_device =
|
||||
{
|
||||
"Intel 82443GX",
|
||||
|
||||
Reference in New Issue
Block a user