summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/bwidow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/bwidow.cpp')
-rw-r--r--src/mame/audio/bwidow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/bwidow.cpp b/src/mame/audio/bwidow.cpp
index 9c6e0b5506c..5a1849dd6ee 100644
--- a/src/mame/audio/bwidow.cpp
+++ b/src/mame/audio/bwidow.cpp
@@ -148,7 +148,7 @@ static DISCRETE_SOUND_START(gravitar)
DISCRETE_SOUND_END
-MACHINE_CONFIG_FRAGMENT( bwidow_audio )
+MACHINE_CONFIG_START( bwidow_audio )
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
@@ -171,7 +171,7 @@ MACHINE_CONFIG_FRAGMENT( bwidow_audio )
MACHINE_CONFIG_END
-MACHINE_CONFIG_FRAGMENT( gravitar_audio )
+MACHINE_CONFIG_START( gravitar_audio )
MCFG_SOUND_MODIFY("pokey1")
MCFG_POKEY_OUTPUT_OPAMP_LOW_PASS(BW_R51, GRAV_C34, 5.0) /* BW_C31 ignored */