summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cedar_magnet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cedar_magnet.cpp')
-rw-r--r--src/mame/drivers/cedar_magnet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cedar_magnet.cpp b/src/mame/drivers/cedar_magnet.cpp
index 2187c04669c..0a603ee4565 100644
--- a/src/mame/drivers/cedar_magnet.cpp
+++ b/src/mame/drivers/cedar_magnet.cpp
@@ -804,7 +804,7 @@ MACHINE_CONFIG_START(cedar_magnet_state::cedar_magnet)
MCFG_PALETTE_ADD("palette", 0x400)
- MCFG_CEDAR_MAGNET_SOUND_ADD("cedtop")
+ CEDAR_MAGNET_SOUND(config, m_cedsound, 0);
MCFG_CEDAR_MAGNET_PLANE_ADD("cedplane0")
MCFG_CEDAR_MAGNET_PLANE_ADD("cedplane1")
MCFG_CEDAR_MAGNET_SPRITE_ADD("cedsprite")