summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/n63701x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/n63701x.h')
-rw-r--r--src/emu/sound/n63701x.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/emu/sound/n63701x.h b/src/emu/sound/n63701x.h
new file mode 100644
index 00000000000..9fe1a9e8c65
--- /dev/null
+++ b/src/emu/sound/n63701x.h
@@ -0,0 +1,12 @@
+#ifndef namco_63701x_h
+#define namco_63701x_h
+
+struct namco_63701x_interface
+{
+ int region; /* memory region; region MUST be 0x80000 bytes long */
+};
+
+void namco_63701x_write(int offset,int data);
+
+#endif
+