summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gauntlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gauntlet.h')
-rw-r--r--src/mame/includes/gauntlet.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mame/includes/gauntlet.h b/src/mame/includes/gauntlet.h
new file mode 100644
index 00000000000..b47ab9c3738
--- /dev/null
+++ b/src/mame/includes/gauntlet.h
@@ -0,0 +1,15 @@
+/*************************************************************************
+
+ Atari Gauntlet hardware
+
+*************************************************************************/
+
+/*----------- defined in video/gauntlet.c -----------*/
+
+extern UINT8 vindctr2_screen_refresh;
+
+WRITE16_HANDLER( gauntlet_xscroll_w );
+WRITE16_HANDLER( gauntlet_yscroll_w );
+
+VIDEO_START( gauntlet );
+VIDEO_UPDATE( gauntlet );