Fixed SMM, overhauled the emulation of the VIA northbridges, and added the Via Apollo VP3.

This commit is contained in:
OBattler
2020-04-01 08:59:29 +02:00
parent 2c8bcea38c
commit b8b198a56a
37 changed files with 1915 additions and 5024 deletions

View File

@@ -122,7 +122,8 @@ machine_at_pb640_init(const machine_t *model)
pci_register_slot(0x07, PCI_CARD_SOUTHBRIDGE, 0, 0, 0, 0);
device_add(&i430fx_pb640_device);
device_add(&piix_device);
device_add(&ide_isa_2ch_device);
ide_board_set_force_ata3(0, 1);
ide_board_set_force_ata3(1, 1);
if (gfxcard == VID_INTERNAL)
device_add(&gd5440_onboard_pci_device);