Merged the PC87306 #define's with the PC87307/9 ones.

This commit is contained in:
OBattler
2025-08-03 18:32:52 +02:00
parent a69f80c005
commit 6e3e951860
5 changed files with 25 additions and 30 deletions

View File

@@ -409,7 +409,7 @@ machine_at_zappa_init(const machine_t *model)
pci_register_slot(0x07, PCI_CARD_SOUTHBRIDGE, 0, 0, 0, 0);
device_add(&i430fx_device);
device_add(&piix_device);
device_add_params(&pc87306_device, (void *) PC8730X_AMI_MEGAKEY);
device_add_params(&pc87306_device, (void *) PCX730X_AMI);
device_add(&intel_flash_bxt_ami_device);
return ret;