summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/cheekyms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/cheekyms.cpp')
-rw-r--r--src/mame/audio/cheekyms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/cheekyms.cpp b/src/mame/audio/cheekyms.cpp
index 59687742be4..0ffa15a1079 100644
--- a/src/mame/audio/cheekyms.cpp
+++ b/src/mame/audio/cheekyms.cpp
@@ -37,7 +37,7 @@ WRITE_LINE_MEMBER(cheekyms_audio_device::pest_dies_w) { m_pest_dies->write_lin
WRITE_LINE_MEMBER(cheekyms_audio_device::coin_extra_w) { m_coin_extra->write_line(state); }
-MACHINE_CONFIG_MEMBER(cheekyms_audio_device::device_add_mconfig)
+MACHINE_CONFIG_START(cheekyms_audio_device::device_add_mconfig)
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("sound_nl", NETLIST_SOUND, 48000)