summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/tms3556.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/tms3556.h')
-rw-r--r--src/devices/video/tms3556.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/tms3556.h b/src/devices/video/tms3556.h
index bcdbc008d13..7d419b3b426 100644
--- a/src/devices/video/tms3556.h
+++ b/src/devices/video/tms3556.h
@@ -62,7 +62,7 @@ protected:
virtual void device_start() override;
// device_config_memory_interface overrides
- virtual std::vector<std::pair<int, const address_space_config *>> memory_space_config() const override;
+ virtual space_config_vector memory_space_config() const override;
// address space configurations
const address_space_config m_space_config;