summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ichiban.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ichiban.cpp')
-rw-r--r--src/mame/drivers/ichiban.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/ichiban.cpp b/src/mame/drivers/ichiban.cpp
index 6db873ae81f..0f8f27a8d62 100644
--- a/src/mame/drivers/ichiban.cpp
+++ b/src/mame/drivers/ichiban.cpp
@@ -145,8 +145,7 @@ MACHINE_CONFIG_START(ichibanjyan_state::ichibanjyan)
/* sound hardware */
SPEAKER(config, "mono").front_center();
- MCFG_DEVICE_ADD("aysnd", YM2149, MAIN_CLOCK/12)
- MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.30)
+ YM2149(config, "aysnd", MAIN_CLOCK/12).add_route(ALL_OUTPUTS, "mono", 0.30);
MCFG_DEVICE_ADD("ymsnd", YM2413, MAIN_CLOCK/6)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.5)