summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/upd7752.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/upd7752.h')
-rw-r--r--src/devices/sound/upd7752.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/upd7752.h b/src/devices/sound/upd7752.h
index f25dc53a764..5861238ca51 100644
--- a/src/devices/sound/upd7752.h
+++ b/src/devices/sound/upd7752.h
@@ -36,7 +36,7 @@ protected:
virtual void device_reset() override;
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples) override;
- virtual std::vector<std::pair<int, const address_space_config *>> memory_space_config() const override;
+ virtual space_config_vector memory_space_config() const override;
private:
sound_stream *m_stream;