summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spiders.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spiders.h')
-rw-r--r--src/mame/includes/spiders.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mame/includes/spiders.h b/src/mame/includes/spiders.h
new file mode 100644
index 00000000000..ac65a176ecf
--- /dev/null
+++ b/src/mame/includes/spiders.h
@@ -0,0 +1,15 @@
+/***************************************************************************
+
+ Sigma Spiders hardware
+
+***************************************************************************/
+
+
+/*----------- defined in audio/spiders.c -----------*/
+
+WRITE8_HANDLER( spiders_audio_command_w );
+WRITE8_HANDLER( spiders_audio_a_w );
+WRITE8_HANDLER( spiders_audio_b_w );
+WRITE8_HANDLER( spiders_audio_ctrl_w );
+
+MACHINE_DRIVER_EXTERN( spiders_audio );