From 536b2153d995430def817091867b3cfde71e688a Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 10 Jul 2017 19:34:33 +1000 Subject: make device_memory_interface slightly less of a special case, use a typedef to avoid nested templates everywhere (nw) --- src/devices/video/hd63484.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/devices/video/hd63484.cpp') diff --git a/src/devices/video/hd63484.cpp b/src/devices/video/hd63484.cpp index b781000c9d6..854222d1efe 100644 --- a/src/devices/video/hd63484.cpp +++ b/src/devices/video/hd63484.cpp @@ -344,9 +344,9 @@ ROM_END // any address spaces owned by this device //------------------------------------------------- -std::vector> hd63484_device::memory_space_config() const +device_memory_interface::space_config_vector hd63484_device::memory_space_config() const { - return std::vector> { + return space_config_vector { std::make_pair(0, &m_space_config) }; } -- cgit v1.2.3-70-g09d2