summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9365.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ef9365.cpp')
-rw-r--r--src/devices/video/ef9365.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/ef9365.cpp b/src/devices/video/ef9365.cpp
index 3fc83abbf8b..d2ccde9205c 100644
--- a/src/devices/video/ef9365.cpp
+++ b/src/devices/video/ef9365.cpp
@@ -175,9 +175,9 @@ ADDRESS_MAP_END
// any address spaces owned by this device
//-------------------------------------------------
-std::vector<std::pair<int, const address_space_config *>> ef9365_device::memory_space_config() const
+device_memory_interface::space_config_vector ef9365_device::memory_space_config() const
{
- return std::vector<std::pair<int, const address_space_config *>> {
+ return space_config_vector {
std::make_pair(0, &m_space_config)
};
}