summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/qsound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/qsound.h')
-rw-r--r--src/devices/sound/qsound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/qsound.h b/src/devices/sound/qsound.h
index fa5732dab1f..836f9a64eb5 100644
--- a/src/devices/sound/qsound.h
+++ b/src/devices/sound/qsound.h
@@ -39,7 +39,7 @@ public:
protected:
// device-level overrides
const tiny_rom_entry *device_rom_region() const override;
- machine_config_constructor device_mconfig_additions() const override;
+ virtual void device_add_mconfig(machine_config &config) override;
virtual void device_start() override;
// sound stream update overrides