summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mos7360.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mos7360.h')
-rw-r--r--src/devices/sound/mos7360.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/mos7360.h b/src/devices/sound/mos7360.h
index 48353bca33a..c2ee5ffc198 100644
--- a/src/devices/sound/mos7360.h
+++ b/src/devices/sound/mos7360.h
@@ -102,7 +102,7 @@ public:
m_read_k.set_callback(std::forward<K>(k));
}
- virtual std::vector<std::pair<int, const address_space_config *>> memory_space_config() const override;
+ virtual space_config_vector memory_space_config() const override;
uint8_t read(address_space &space, offs_t offset, int &cs0, int &cs1);
void write(address_space &space, offs_t offset, uint8_t data, int &cs0, int &cs1);