mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Perform ide reset during pci device reset
This commit is contained in:
parent
d441cbdd2d
commit
674cb857bd
@ -103,6 +103,8 @@ void ide_pci_device::device_reset()
|
||||
// PCI0646U allow BAR
|
||||
if (main_id == 0x10950646)
|
||||
m_config_data[0x10 / 4] |= 0x0C40;
|
||||
m_ide->reset();
|
||||
m_ide2->reset();
|
||||
}
|
||||
|
||||
READ32_MEMBER(ide_pci_device::ide_read_cs1)
|
||||
|
Loading…
Reference in New Issue
Block a user