summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/custom.h')
-rw-r--r--src/emu/sound/custom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/sound/custom.h b/src/emu/sound/custom.h
index 013bdecf109..78dcacf553f 100644
--- a/src/emu/sound/custom.h
+++ b/src/emu/sound/custom.h
@@ -19,5 +19,6 @@ void *custom_get_token(int index);
#define CUSTOM_RESET(name) void name(const device_config *device, void *token)
SND_GET_INFO( custom );
+#define SOUND_CUSTOM SND_GET_INFO_NAME( custom )
#endif /* __CUSTOM_H__ */