summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m92.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m92.cpp')
-rw-r--r--src/mame/drivers/m92.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/m92.cpp b/src/mame/drivers/m92.cpp
index ccc87fa15c8..aa7e089a72f 100644
--- a/src/mame/drivers/m92.cpp
+++ b/src/mame/drivers/m92.cpp
@@ -964,8 +964,8 @@ MACHINE_CONFIG_START(m92_state::m92)
MCFG_SOUND_ROUTE(0, "mono", 0.40)
MCFG_SOUND_ROUTE(1, "mono", 0.40)
- MCFG_IREMGA20_ADD("irem", XTAL(14'318'181)/4)
- MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
+ iremga20_device &ga20(IREMGA20(config, "irem", XTAL(14'318'181)/4));
+ ga20.add_route(ALL_OUTPUTS, "mono", 1.0);
MACHINE_CONFIG_END