summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/sound/s2636.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/sound/s2636.h')
-rw-r--r--trunk/src/emu/sound/s2636.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/trunk/src/emu/sound/s2636.h b/trunk/src/emu/sound/s2636.h
new file mode 100644
index 00000000000..f742660212b
--- /dev/null
+++ b/trunk/src/emu/sound/s2636.h
@@ -0,0 +1,16 @@
+/*****************************************************************************
+ *
+ * sound/s2636.h
+ *
+ ****************************************************************************/
+
+#ifndef S2636_SOUND_H_
+#define S2636_SOUND_H_
+
+
+
+DECLARE_LEGACY_SOUND_DEVICE(S2636_SOUND, s2636_sound);
+void s2636_soundport_w (device_t *device, int mode, int data);
+
+
+#endif /* VC4000_H_ */