The Virtual PC 2007 machine now correctly uses the version of 440BX without AGP.

This commit is contained in:
OBattler
2021-10-21 21:18:20 +02:00
parent 7a27c329c7
commit 85f810aa22
3 changed files with 16 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ machine_at_vpc2007_init(const machine_t *model)
pci_register_slot(0x0D, PCI_CARD_NORMAL, 1, 2, 3, 4);
pci_register_slot(0x0E, PCI_CARD_NORMAL, 1, 2, 3, 4);
pci_register_slot(0x0F, PCI_CARD_NORMAL, 1, 2, 3, 4);
device_add(&i440bx_device);
device_add(&i440bx_no_agp_device);
device_add(&piix4e_device);
device_add(&w83977f_370_device);
device_add(&keyboard_ps2_ami_pci_device);