summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/custom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/custom.c')
-rw-r--r--src/emu/sound/custom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/custom.c b/src/emu/sound/custom.c
index c730c69e741..d54c42616c4 100644
--- a/src/emu/sound/custom.c
+++ b/src/emu/sound/custom.c
@@ -10,7 +10,7 @@ struct custom_info
-static void *custom_start(int sndindex, int clock, const void *config)
+static void *custom_start(const char *tag, int sndindex, int clock, const void *config)
{
struct custom_info *info;