From cbbbd07484c736eae2069b294ec666f231e64bff Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sat, 1 Jul 2017 12:11:28 +0200 Subject: dimemory: Lift the cap on the number of address spaces per device [O. Galibert] --- src/devices/sound/upd7752.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/sound/upd7752.h') diff --git a/src/devices/sound/upd7752.h b/src/devices/sound/upd7752.h index af3988bd46c..f25dc53a764 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 const address_space_config *memory_space_config(address_spacenum spacenum) const override; + virtual std::vector> memory_space_config() const override; private: sound_stream *m_stream; -- cgit v1.2.3-70-g09d2