summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/copsnrob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/copsnrob.h')
-rw-r--r--src/mame/includes/copsnrob.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/mame/includes/copsnrob.h b/src/mame/includes/copsnrob.h
new file mode 100644
index 00000000000..4bec40062e0
--- /dev/null
+++ b/src/mame/includes/copsnrob.h
@@ -0,0 +1,20 @@
+/*************************************************************************
+
+ Atari Cops'n Robbers hardware
+
+*************************************************************************/
+
+/*----------- defined in machine/copsnrob.c -----------*/
+
+READ8_HANDLER( copsnrob_gun_position_r );
+
+
+/*----------- defined in video/copsnrob.c -----------*/
+
+extern UINT8 *copsnrob_bulletsram;
+extern UINT8 *copsnrob_carimage;
+extern UINT8 *copsnrob_cary;
+extern UINT8 *copsnrob_trucky;
+extern UINT8 *copsnrob_truckram;
+
+VIDEO_UPDATE( copsnrob );