summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/by6803.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/by6803.cpp')
-rw-r--r--src/mame/drivers/by6803.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/by6803.cpp b/src/mame/drivers/by6803.cpp
index 8b01220037d..48f8d3debe0 100644
--- a/src/mame/drivers/by6803.cpp
+++ b/src/mame/drivers/by6803.cpp
@@ -385,7 +385,7 @@ MACHINE_CONFIG_START(by6803_state::by6803)
//MCFG_DEFAULT_LAYOUT(layout_by6803)
/* Sound */
- MCFG_FRAGMENT_ADD( genpin_audio )
+ genpin_audio(config);
/* Devices */
MCFG_DEVICE_ADD("pia0", PIA6821, 0)