summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/st0016.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/st0016.h')
-rw-r--r--src/emu/sound/st0016.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/emu/sound/st0016.h b/src/emu/sound/st0016.h
new file mode 100644
index 00000000000..c6e5c0ba0cd
--- /dev/null
+++ b/src/emu/sound/st0016.h
@@ -0,0 +1,14 @@
+#ifndef _ST0016_H_
+#define _ST0016_H_
+
+struct ST0016interface
+{
+ UINT8 **p_soundram;
+};
+
+extern UINT8 *st0016_sound_regs;
+
+WRITE8_HANDLER(st0016_snd_w);
+
+#endif
+