mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
PIIX3 now sets the correct reset handler.
This commit is contained in:
@@ -674,5 +674,5 @@ void piix3_init(int card)
|
||||
|
||||
dma_alias_set();
|
||||
|
||||
pci_reset_handler.pci_set_reset = piix_reset;
|
||||
pci_reset_handler.pci_set_reset = piix3_reset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user