Extensively reworked the PCI bus emulation, fixes quite a few bugs, including incorrect IRQ routing for the last two slots on the Intel Advanced/ATX.

This commit is contained in:
OBattler
2017-08-30 04:49:20 +02:00
parent 18dbde0118
commit 0d84add8a3
25 changed files with 771 additions and 333 deletions

View File

@@ -173,7 +173,7 @@ static void i440fx_pci_reset(void)
void i440fx_init(void)
{
pci_add_specific(0, i440fx_read, i440fx_write, NULL);
pci_add_card(0, i440fx_read, i440fx_write, NULL);
i440fx_reset();