summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/astrof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/astrof.h')
-rw-r--r--src/mame/includes/astrof.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mame/includes/astrof.h b/src/mame/includes/astrof.h
new file mode 100644
index 00000000000..e8a1fee69d5
--- /dev/null
+++ b/src/mame/includes/astrof.h
@@ -0,0 +1,16 @@
+/***************************************************************************
+
+ Astro Fighter hardware
+
+****************************************************************************/
+
+
+/*----------- defined in audio/astrof.c -----------*/
+
+MACHINE_START( astrof_audio );
+MACHINE_DRIVER_EXTERN( astrof_audio );
+WRITE8_HANDLER( astrof_audio_1_w );
+WRITE8_HANDLER( astrof_audio_2_w );
+
+MACHINE_DRIVER_EXTERN( tomahawk_audio );
+WRITE8_HANDLER( tomahawk_audio_w );