summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/st0016.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/st0016.cpp')
-rw-r--r--src/mame/machine/st0016.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/st0016.cpp b/src/mame/machine/st0016.cpp
index 0d20a5112af..967ecf09415 100644
--- a/src/mame/machine/st0016.cpp
+++ b/src/mame/machine/st0016.cpp
@@ -49,9 +49,9 @@ st0016_cpu_device::st0016_cpu_device(const machine_config &mconfig, const char *
}
-std::vector<std::pair<int, const address_space_config *>> st0016_cpu_device::memory_space_config() const
+device_memory_interface::space_config_vector st0016_cpu_device::memory_space_config() const
{
- return std::vector<std::pair<int, const address_space_config *>> {
+ return space_config_vector {
std::make_pair(AS_PROGRAM, &m_space_config),
std::make_pair(AS_IO, &m_io_space_config)
};