Removed the CMD 640 from the M4Li

This commit is contained in:
amdk6
2020-10-25 15:43:56 +02:00
parent 0dc7e7c9ed
commit 3b20494e1a

View File

@@ -647,12 +647,10 @@ machine_at_m4li_init(const machine_t *model)
pci_register_slot(0x0B, PCI_CARD_NORMAL, 1, 2, 3, 4);
pci_register_slot(0x0D, PCI_CARD_NORMAL, 2, 3, 4, 1);
pci_register_slot(0x0F, PCI_CARD_NORMAL, 3, 4, 1, 2);
pci_register_slot(0x06, PCI_CARD_NORMAL, 4, 1, 2, 3);
pci_register_slot(0x01, PCI_CARD_IDE, 0, 0, 0, 0);
pci_register_slot(0x07, PCI_CARD_NORMAL, 4, 1, 2, 3);
device_add(&fdc37c665_device);
device_add(&keyboard_ps2_pci_device);
device_add(&ide_cmd640_pci_device);
return ret;
}