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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/sound/tms36xx.h b/src/emu/sound/tms36xx.h
index ccdfdb136f2..901eebd9351 100644
--- a/src/emu/sound/tms36xx.h
+++ b/src/emu/sound/tms36xx.h
@@ -26,4 +26,6 @@ extern void tms36xx_note_w(int chip, int octave, int note);
/* TMS3617 interface functions */
extern void tms3617_enable_w(int chip, int enable);
+SND_GET_INFO( tms36xx );
+
#endif /* __TMS36XX_H__ */