summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms3615.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tms3615.h')
-rw-r--r--src/emu/sound/tms3615.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/emu/sound/tms3615.h b/src/emu/sound/tms3615.h
new file mode 100644
index 00000000000..49062f1997c
--- /dev/null
+++ b/src/emu/sound/tms3615.h
@@ -0,0 +1,9 @@
+#ifndef TMS3615_SOUND_H
+#define TMS3615_SOUND_H
+
+extern void tms3615_enable_w(int chip, int enable);
+
+#define TMS3615_FOOTAGE_8 0
+#define TMS3615_FOOTAGE_16 1
+
+#endif