SiS PCI flags corrections.

This commit is contained in:
OBattler
2024-04-04 03:10:29 +02:00
parent f93692a045
commit d52b606cec
6 changed files with 13 additions and 13 deletions

View File

@@ -992,7 +992,7 @@ machine_at_sis_85c496_common_init(UNUSED(const machine_t *model))
{
device_add(&ide_pci_2ch_device);
pci_init(PCI_CONFIG_TYPE_1);
pci_init(PCI_CONFIG_TYPE_1 | FLAG_TRC_CONTROLS_CPURST);
pci_register_slot(0x05, PCI_CARD_NORTHBRIDGE, 0, 0, 0, 0);
pci_set_irq_routing(PCI_INTA, PCI_IRQ_DISABLED);