summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segag80r.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segag80r.cpp')
-rw-r--r--src/mame/drivers/segag80r.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segag80r.cpp b/src/mame/drivers/segag80r.cpp
index 6613695585d..791b7840ca3 100644
--- a/src/mame/drivers/segag80r.cpp
+++ b/src/mame/drivers/segag80r.cpp
@@ -945,7 +945,7 @@ MACHINE_CONFIG_START(segag80r_state::pignewt)
SPEAKER(config, "speaker").front_center();
/* sound boards */
- MCFG_SEGAUSB_ADD("usbsnd", "maincpu")
+ SEGAUSB(config, m_usbsnd, 0, m_maincpu).add_route(ALL_OUTPUTS, "speaker", 1.0);
MACHINE_CONFIG_END