summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts3a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts3a.cpp')
-rw-r--r--src/mame/drivers/gts3a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gts3a.cpp b/src/mame/drivers/gts3a.cpp
index 0026c61ca8c..d882b2f0ef6 100644
--- a/src/mame/drivers/gts3a.cpp
+++ b/src/mame/drivers/gts3a.cpp
@@ -358,7 +358,7 @@ MACHINE_CONFIG_START(gts3a_state::gts3a)
MCFG_MC6845_UPDATE_ROW_CB(gts3a_state, crtc_update_row)
/* Sound */
- MCFG_FRAGMENT_ADD( genpin_audio )
+ genpin_audio(config);
MCFG_DEVICE_ADD("u4", VIA6522, XTAL(4'000'000) / 2)
MCFG_VIA6522_IRQ_HANDLER(INPUTLINE("maincpu", M65C02_IRQ_LINE))