(nw) Fixed address map range for BAR config

This commit is contained in:
Ted Green 2016-05-18 07:40:28 -06:00
parent 8d0d9e1fb0
commit d05005ca67

View File

@ -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