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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/gauntlet.h b/src/mame/includes/gauntlet.h
index 1916710e860..75ea02b7ba6 100644
--- a/src/mame/includes/gauntlet.h
+++ b/src/mame/includes/gauntlet.h
@@ -27,6 +27,9 @@ public:
DECLARE_DRIVER_INIT(vindctr2);
TILE_GET_INFO_MEMBER(get_alpha_tile_info);
TILE_GET_INFO_MEMBER(get_playfield_tile_info);
+ DECLARE_MACHINE_START(gauntlet);
+ DECLARE_MACHINE_RESET(gauntlet);
+ DECLARE_VIDEO_START(gauntlet);
};
@@ -35,5 +38,5 @@ public:
WRITE16_HANDLER( gauntlet_xscroll_w );
WRITE16_HANDLER( gauntlet_yscroll_w );
-VIDEO_START( gauntlet );
+
SCREEN_UPDATE_IND16( gauntlet );