summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mos6566.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/mos6566.h')
-rw-r--r--src/devices/video/mos6566.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/mos6566.h b/src/devices/video/mos6566.h
index b045286f1cf..18e03743738 100644
--- a/src/devices/video/mos6566.h
+++ b/src/devices/video/mos6566.h
@@ -218,7 +218,7 @@ public:
template <class Object> static devcb_base &set_aec_wr_callback(device_t &device, Object &&cb) { return downcast<mos6566_device &>(device).m_write_aec.set_callback(std::forward<Object>(cb)); }
template <class Object> static devcb_base &set_k_wr_callback(device_t &device, Object &&cb) { return downcast<mos6566_device &>(device).m_write_k.set_callback(std::forward<Object>(cb)); }
- virtual const address_space_config *memory_space_config(address_spacenum spacenum) const override;
+ virtual std::vector<std::pair<int, const address_space_config *>> memory_space_config() const override;
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );