summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/targ.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/targ.cpp')
-rw-r--r--src/mame/audio/targ.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/targ.cpp b/src/mame/audio/targ.cpp
index b90290e78c6..34a9ddbf5ed 100644
--- a/src/mame/audio/targ.cpp
+++ b/src/mame/audio/targ.cpp
@@ -175,7 +175,7 @@ SAMPLES_START_CB_MEMBER(exidy_state::targ_audio_start)
}
-MACHINE_CONFIG_FRAGMENT( spectar_audio )
+MACHINE_CONFIG_START( spectar_audio )
MCFG_SPEAKER_STANDARD_MONO("speaker")
@@ -191,7 +191,7 @@ MACHINE_CONFIG_FRAGMENT( spectar_audio )
MACHINE_CONFIG_END
-MACHINE_CONFIG_FRAGMENT( targ_audio )
+MACHINE_CONFIG_START( targ_audio )
MCFG_SPEAKER_STANDARD_MONO("speaker")