summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/circus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/circus.cpp')
-rw-r--r--src/mame/audio/circus.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/audio/circus.cpp b/src/mame/audio/circus.cpp
index c8bc072f69d..b589d1ccc5a 100644
--- a/src/mame/audio/circus.cpp
+++ b/src/mame/audio/circus.cpp
@@ -47,7 +47,7 @@ const char *const robotbwl_sample_names[] =
/* Nodes - Sounds */
#define CIRCUS_MUSIC_SND NODE_10
-DISCRETE_SOUND_START(circus)
+DISCRETE_SOUND_START(circus_discrete)
/************************************************/
/* Input register mapping for circus */
/************************************************/
@@ -94,7 +94,7 @@ static const discrete_555_desc crash_beeper_555a =
#define CRASH_MUSIC_SND NODE_20
#define CRASH_BEEPER_SND NODE_21
-DISCRETE_SOUND_START(crash)
+DISCRETE_SOUND_START(crash_discrete)
/************************************************/
/* Input register mapping for crash */
/************************************************/
@@ -129,7 +129,7 @@ DISCRETE_SOUND_END
/* Nodes - Sounds */
#define ROBOTBWL_MUSIC_SND NODE_10
-DISCRETE_SOUND_START(robotbwl)
+DISCRETE_SOUND_START(robotbwl_discrete)
/************************************************/
/* Input register mapping for robotbwl */
/************************************************/