summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/konamiic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/konamiic.h')
-rw-r--r--src/mame/machine/konamiic.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mame/machine/konamiic.h b/src/mame/machine/konamiic.h
new file mode 100644
index 00000000000..5eb40c36643
--- /dev/null
+++ b/src/mame/machine/konamiic.h
@@ -0,0 +1,10 @@
+#ifndef _KONAMIIC_H
+#define _KONAMIIC_H
+
+void K056800_init(void (* irq_callback)(int));
+READ32_HANDLER(K056800_host_r);
+WRITE32_HANDLER(K056800_host_w);
+READ16_HANDLER(K056800_sound_r);
+WRITE16_HANDLER(K056800_sound_w);
+
+#endif