PIIX changes - PB640 PIIX no longer exists (turns out it's just a normal PIIX and its original implementation was wrong at the time the PB640 was added) and separated the PIIX4E from PIIX4.
This commit is contained in:
@@ -121,7 +121,7 @@ machine_at_pb640_init(const machine_t *model)
|
||||
pci_register_slot(0x0B, PCI_CARD_NORMAL, 3, 2, 1, 4);
|
||||
pci_register_slot(0x07, PCI_CARD_SOUTHBRIDGE, 0, 0, 0, 0);
|
||||
device_add(&i430fx_pb640_device);
|
||||
device_add(&piix_pb640_device);
|
||||
device_add(&piix_device);
|
||||
device_add(&ide_isa_2ch_device);
|
||||
|
||||
if (gfxcard == VID_INTERNAL)
|
||||
|
||||
Reference in New Issue
Block a user