summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/quizo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/quizo.cpp')
-rw-r--r--src/mame/drivers/quizo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/quizo.cpp b/src/mame/drivers/quizo.cpp
index b581f208c81..b9ee97557a0 100644
--- a/src/mame/drivers/quizo.cpp
+++ b/src/mame/drivers/quizo.cpp
@@ -241,8 +241,7 @@ MACHINE_CONFIG_START(quizo_state::quizo)
/* sound hardware */
SPEAKER(config, "mono").front_center();
- MCFG_DEVICE_ADD("aysnd", AY8910, XTAL2/16 )
- MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
+ AY8910(config, "aysnd", XTAL2/16).add_route(ALL_OUTPUTS, "mono", 1.0);
MACHINE_CONFIG_END