summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trvmadns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trvmadns.cpp')
-rw-r--r--src/mame/drivers/trvmadns.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/trvmadns.cpp b/src/mame/drivers/trvmadns.cpp
index 6d5f731121b..6be42577be8 100644
--- a/src/mame/drivers/trvmadns.cpp
+++ b/src/mame/drivers/trvmadns.cpp
@@ -410,8 +410,7 @@ MACHINE_CONFIG_START(trvmadns_state::trvmadns)
/* sound hardware */
SPEAKER(config, "mono").front_center();
- MCFG_DEVICE_ADD("aysnd", AY8910, XTAL(10'000'000)/2/4) //?
- MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
+ AY8910(config, "aysnd", XTAL(10'000'000)/2/4).add_route(ALL_OUTPUTS, "mono", 1.0); //?
MACHINE_CONFIG_END