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

@@ -15,4 +15,4 @@
*/
void trc_init(void);
void sio_init(int card, int pci_a, int pci_b, int pci_c, int pci_d);
void sio_init(int card);