summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/sound/tms3615.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/sound/tms3615.h')
-rw-r--r--trunk/src/emu/sound/tms3615.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/trunk/src/emu/sound/tms3615.h b/trunk/src/emu/sound/tms3615.h
new file mode 100644
index 00000000000..294ce98c22d
--- /dev/null
+++ b/trunk/src/emu/sound/tms3615.h
@@ -0,0 +1,15 @@
+#pragma once
+
+#ifndef __TMS3615_H__
+#define __TMS3615_H__
+
+#include "devlegcy.h"
+
+extern void tms3615_enable_w(device_t *device, int enable);
+
+#define TMS3615_FOOTAGE_8 0
+#define TMS3615_FOOTAGE_16 1
+
+DECLARE_LEGACY_SOUND_DEVICE(TMS3615, tms3615);
+
+#endif /* __TMS3615_H__ */