summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s6a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s6a.cpp')
-rw-r--r--src/mame/drivers/s6a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/s6a.cpp b/src/mame/drivers/s6a.cpp
index 21b106c2a86..1544e458460 100644
--- a/src/mame/drivers/s6a.cpp
+++ b/src/mame/drivers/s6a.cpp
@@ -392,7 +392,7 @@ MACHINE_CONFIG_START(s6a_state::s6a)
MCFG_DEFAULT_LAYOUT(layout_s6a)
/* Sound */
- MCFG_FRAGMENT_ADD( genpin_audio )
+ genpin_audio(config);
/* Devices */
MCFG_DEVICE_ADD("pia22", PIA6821, 0)