summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/turrett.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/turrett.h')
-rw-r--r--src/mame/includes/turrett.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/turrett.h b/src/mame/includes/turrett.h
index fc9f74e4c2a..c9b21f2115d 100644
--- a/src/mame/includes/turrett.h
+++ b/src/mame/includes/turrett.h
@@ -113,7 +113,7 @@ protected:
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples) override;
// device_memory_interface overrides
- virtual const address_space_config *memory_space_config(address_spacenum spacenum = AS_0) const override;
+ virtual std::vector<std::pair<int, const address_space_config *>> memory_space_config() const override;
const address_space_config m_space_config;