summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s8a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s8a.cpp')
-rw-r--r--src/mame/drivers/s8a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/s8a.cpp b/src/mame/drivers/s8a.cpp
index f6d0a4863e7..e9b63e8cefc 100644
--- a/src/mame/drivers/s8a.cpp
+++ b/src/mame/drivers/s8a.cpp
@@ -289,7 +289,7 @@ MACHINE_CONFIG_START(s8a_state::s8a)
MCFG_DEFAULT_LAYOUT(layout_s8a)
/* Sound */
- MCFG_FRAGMENT_ADD( genpin_audio )
+ genpin_audio(config);
/* Devices */
MCFG_DEVICE_ADD("pia21", PIA6821, 0)