diff options
Diffstat (limited to 'src/mame/audio/cheekyms.cpp')
-rw-r--r-- | src/mame/audio/cheekyms.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/cheekyms.cpp b/src/mame/audio/cheekyms.cpp index 0ffa15a1079..238732f4e19 100644 --- a/src/mame/audio/cheekyms.cpp +++ b/src/mame/audio/cheekyms.cpp @@ -40,7 +40,7 @@ WRITE_LINE_MEMBER(cheekyms_audio_device::coin_extra_w) { m_coin_extra->write_li MACHINE_CONFIG_START(cheekyms_audio_device::device_add_mconfig) MCFG_SPEAKER_STANDARD_MONO("mono") - MCFG_SOUND_ADD("sound_nl", NETLIST_SOUND, 48000) + MCFG_DEVICE_ADD("sound_nl", NETLIST_SOUND, 48000) MCFG_NETLIST_SETUP(cheekyms) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0) |