summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crbaloon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crbaloon.cpp')
-rw-r--r--src/mame/drivers/crbaloon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/crbaloon.cpp b/src/mame/drivers/crbaloon.cpp
index 560a91f012b..734350f90a2 100644
--- a/src/mame/drivers/crbaloon.cpp
+++ b/src/mame/drivers/crbaloon.cpp
@@ -383,7 +383,7 @@ MACHINE_CONFIG_START(crbaloon_state::crbaloon)
MCFG_SCREEN_PALETTE("palette")
/* audio hardware */
- MCFG_FRAGMENT_ADD(crbaloon_audio)
+ crbaloon_audio(config);
MACHINE_CONFIG_END