diff options
| author | 2016-06-29 08:34:30 +0200 | |
|---|---|---|
| committer | 2016-06-29 08:34:30 +0200 | |
| commit | 63f9a01f8c5d43b9cfe68c2d401a84647d19c10e (patch) | |
| tree | a1f1874aa84850bddbebd2b0e0bfc3e1c77ce8c4 /src/devices/machine/pci-ide.cpp | |
| parent | 1f6f1bfd6cfb748d9c5e159d6bd014bab8d30944 (diff) | |
Cleanup and version bumpmame0175
Diffstat (limited to 'src/devices/machine/pci-ide.cpp')
| -rw-r--r-- | src/devices/machine/pci-ide.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/pci-ide.cpp b/src/devices/machine/pci-ide.cpp index e6c18219e0d..0f3f6f8cbb6 100644 --- a/src/devices/machine/pci-ide.cpp +++ b/src/devices/machine/pci-ide.cpp @@ -132,7 +132,6 @@ WRITE_LINE_MEMBER(ide_pci_device::ide_interrupt) // PCI646U2 Offset 0x50 is interrupt status if (main_id == 0x10950646) { - if (state) m_config_data[0x10 / 4] |= 0x4; else |
