summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/devices/machine/pci-ide.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pci-ide.cpp b/src/devices/machine/pci-ide.cpp
index 5e89535d13c..fe54b7595b5 100644
--- a/src/devices/machine/pci-ide.cpp
+++ b/src/devices/machine/pci-ide.cpp
@@ -13,7 +13,7 @@ ide_pci_device::ide_pci_device(const machine_config &mconfig, const char *tag, d
}
DEVICE_ADDRESS_MAP_START(config_map, 32, ide_pci_device)
- AM_RANGE(0x10, 0x17) AM_WRITE(address_base_w)
+ AM_RANGE(0x10, 0x1f) AM_WRITE(address_base_w)
AM_RANGE(0x40, 0x5f) AM_READWRITE(pcictrl_r, pcictrl_w)
AM_INHERIT_FROM(pci_device::config_map)
ADDRESS_MAP_END