summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/attckufo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/attckufo.h')
-rw-r--r--src/mame/includes/attckufo.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/mame/includes/attckufo.h b/src/mame/includes/attckufo.h
new file mode 100644
index 00000000000..76ce2cf6987
--- /dev/null
+++ b/src/mame/includes/attckufo.h
@@ -0,0 +1,20 @@
+#include "sound/custom.h"
+
+/*----------- defined in audio/attckufo.c -----------*/
+
+void attckufo_soundport_w (int offset, int data);
+void *attckufo_custom_start(int clock, const struct CustomSound_interface *config);
+
+
+/*----------- defined in video/attckufo.c -----------*/
+
+extern const rgb_t attckufo_palette[16];
+extern UINT8 attckufo_regs[16];
+
+VIDEO_UPDATE( attckufo );
+
+WRITE8_HANDLER ( attckufo_port_w );
+READ8_HANDLER ( attckufo_port_r );
+
+INTERRUPT_GEN( attckufo_raster_interrupt );
+