summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprint8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sprint8.h')
-rw-r--r--src/mame/includes/sprint8.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/mame/includes/sprint8.h b/src/mame/includes/sprint8.h
new file mode 100644
index 00000000000..92f0343b109
--- /dev/null
+++ b/src/mame/includes/sprint8.h
@@ -0,0 +1,17 @@
+/*----------- defined in drivers/sprint8.c -----------*/
+
+void sprint8_set_collision(int n);
+
+
+/*----------- defined in video/sprint8.c -----------*/
+
+extern UINT8* sprint8_video_ram;
+extern UINT8* sprint8_pos_h_ram;
+extern UINT8* sprint8_pos_v_ram;
+extern UINT8* sprint8_pos_d_ram;
+
+VIDEO_EOF( sprint8 );
+VIDEO_START( sprint8 );
+VIDEO_UPDATE( sprint8 );
+
+WRITE8_HANDLER( sprint8_video_ram_w );