summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hcd62121/hcd62121.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/hcd62121/hcd62121.h')
-rw-r--r--src/devices/cpu/hcd62121/hcd62121.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/hcd62121/hcd62121.h b/src/devices/cpu/hcd62121/hcd62121.h
index 8b96502a6f3..ff43a2ac1dc 100644
--- a/src/devices/cpu/hcd62121/hcd62121.h
+++ b/src/devices/cpu/hcd62121/hcd62121.h
@@ -54,7 +54,7 @@ protected:
virtual void execute_run() override;
// device_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;
// device_state_interface overrides
virtual void state_export(const device_state_entry &entry) override;