summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bzone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bzone.h')
-rw-r--r--src/mame/includes/bzone.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/mame/includes/bzone.h b/src/mame/includes/bzone.h
new file mode 100644
index 00000000000..4b9389d0b0b
--- /dev/null
+++ b/src/mame/includes/bzone.h
@@ -0,0 +1,28 @@
+/*************************************************************************
+
+ Atari Battle Zone hardware
+
+*************************************************************************/
+
+#include "sound/custom.h"
+
+
+/*----------- defined in drivers/bzone.c -----------*/
+
+extern UINT8 rb_input_select;
+READ8_HANDLER( bzone_IN0_r );
+
+
+/*----------- defined in audio/bzone.c -----------*/
+
+WRITE8_HANDLER( bzone_sounds_w );
+
+void *bzone_sh_start(int clock, const struct CustomSound_interface *config);
+
+
+/*----------- defined in audio/redbaron.c -----------*/
+
+WRITE8_HANDLER( redbaron_sounds_w );
+WRITE8_HANDLER( redbaron_pokey_w );
+
+void *redbaron_sh_start(int clock, const struct CustomSound_interface *config);