summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thedeep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thedeep.h')
-rw-r--r--src/mame/includes/thedeep.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mame/includes/thedeep.h b/src/mame/includes/thedeep.h
new file mode 100644
index 00000000000..4190556fda9
--- /dev/null
+++ b/src/mame/includes/thedeep.h
@@ -0,0 +1,12 @@
+/*----------- defined in video/thedeep.c -----------*/
+
+extern UINT8 *thedeep_vram_0, *thedeep_vram_1;
+extern UINT8 *thedeep_scroll, *thedeep_scroll2;
+
+WRITE8_HANDLER( thedeep_vram_0_w );
+WRITE8_HANDLER( thedeep_vram_1_w );
+
+PALETTE_INIT( thedeep );
+VIDEO_START( thedeep );
+VIDEO_UPDATE( thedeep );
+