summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms36xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tms36xx.h')
-rw-r--r--src/emu/sound/tms36xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/sound/tms36xx.h b/src/emu/sound/tms36xx.h
index 901eebd9351..17df0dcf72c 100644
--- a/src/emu/sound/tms36xx.h
+++ b/src/emu/sound/tms36xx.h
@@ -27,5 +27,6 @@ extern void tms36xx_note_w(int chip, int octave, int note);
extern void tms3617_enable_w(int chip, int enable);
SND_GET_INFO( tms36xx );
+#define SOUND_TMS36XX SND_GET_INFO_NAME( tms36xx )
#endif /* __TMS36XX_H__ */