summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/315-6154.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/315-6154.cpp')
-rw-r--r--src/mame/machine/315-6154.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/315-6154.cpp b/src/mame/machine/315-6154.cpp
index 9e29a6646bc..ab022103675 100644
--- a/src/mame/machine/315-6154.cpp
+++ b/src/mame/machine/315-6154.cpp
@@ -65,7 +65,7 @@ void sega_315_6154_device::regenerate_config_mapping()
{
const int s = i >> 3;
const int o = (i & 7) << 8;
- config_space->install_device((0x800 << s) + o, ((0x800 << s) + o) | 0xff, *sub_devices[i], &pci_device::config_map);
+ config_space->install_device((0x800 << s) + o, ((0x800 << s) + o) | 0xff, *sub_devices[i], &pci_device::pci_config_map);
}
}