summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/sp0250.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/sp0250.h')
-rw-r--r--src/emu/sound/sp0250.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/emu/sound/sp0250.h b/src/emu/sound/sp0250.h
new file mode 100644
index 00000000000..1aeca96f066
--- /dev/null
+++ b/src/emu/sound/sp0250.h
@@ -0,0 +1,10 @@
+#ifndef __SP0250_H__
+#define __SP0250_H__
+
+struct sp0250_interface {
+ void (*drq_callback)(int state);
+};
+
+WRITE8_HANDLER( sp0250_w );
+
+#endif