summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mos6560.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mos6560.h')
-rw-r--r--src/devices/sound/mos6560.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/mos6560.h b/src/devices/sound/mos6560.h
index 8d652204d3f..9f0ff2ee2c4 100644
--- a/src/devices/sound/mos6560.h
+++ b/src/devices/sound/mos6560.h
@@ -139,7 +139,7 @@ public:
template <class Object> static devcb_base &set_potx_rd_callback(device_t &device, Object &&cb) { return downcast<mos6560_device &>(device).m_read_potx.set_callback(std::forward<Object>(cb)); }
template <class Object> static devcb_base &set_poty_rd_callback(device_t &device, Object &&cb) { return downcast<mos6560_device &>(device).m_read_poty.set_callback(std::forward<Object>(cb)); }
- virtual std::vector<std::pair<int, const address_space_config *>> memory_space_config() const override;
+ virtual space_config_vector memory_space_config() const override;
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );