summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s6.cpp')
-rw-r--r--src/mame/drivers/s6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/s6.cpp b/src/mame/drivers/s6.cpp
index 2b3413cdab1..28544ec7a39 100644
--- a/src/mame/drivers/s6.cpp
+++ b/src/mame/drivers/s6.cpp
@@ -409,7 +409,7 @@ MACHINE_CONFIG_START(s6_state::s6)
MCFG_DEFAULT_LAYOUT(layout_s6)
/* Sound */
- MCFG_FRAGMENT_ADD( genpin_audio )
+ genpin_audio(config);
/* Devices */
MCFG_DEVICE_ADD("pia22", PIA6821, 0)