summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/tms9928a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/tms9928a.cpp')
-rw-r--r--src/devices/video/tms9928a.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/tms9928a.cpp b/src/devices/video/tms9928a.cpp
index bbc543335eb..fc9898ebea4 100644
--- a/src/devices/video/tms9928a.cpp
+++ b/src/devices/video/tms9928a.cpp
@@ -110,9 +110,9 @@ tms9929a_device::tms9929a_device(const machine_config &mconfig, const char *tag,
{
}
-std::vector<std::pair<int, const address_space_config *>> tms9928a_device::memory_space_config() const
+device_memory_interface::space_config_vector tms9928a_device::memory_space_config() const
{
- return std::vector<std::pair<int, const address_space_config *>> {
+ return space_config_vector {
std::make_pair(AS_DATA, &m_space_config)
};
}