diff options
Diffstat (limited to 'src/devices/machine/pci-ide.cpp')
-rw-r--r-- | src/devices/machine/pci-ide.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/machine/pci-ide.cpp b/src/devices/machine/pci-ide.cpp index b7680d6b641..9c4d3a4fda2 100644 --- a/src/devices/machine/pci-ide.cpp +++ b/src/devices/machine/pci-ide.cpp @@ -85,8 +85,6 @@ void ide_pci_device::device_start() pci_bar[3] = 0x374; pci_bar[4] = 0xf00; - m_irq_handler.resolve_safe(); - intr_pin = 0x1; intr_line = 0xe; |