summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/punchout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/punchout.h')
-rw-r--r--src/mame/includes/punchout.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/includes/punchout.h b/src/mame/includes/punchout.h
index 8941aeab1aa..3d7c378f08a 100644
--- a/src/mame/includes/punchout.h
+++ b/src/mame/includes/punchout.h
@@ -60,14 +60,17 @@ public:
TILE_GET_INFO_MEMBER(armwrest_fg_get_info);
TILEMAP_MAPPER_MEMBER(armwrest_bs1_scan);
TILEMAP_MAPPER_MEMBER(armwrest_bs1_scan_flipx);
+ virtual void machine_reset();
+ virtual void video_start();
+ DECLARE_VIDEO_START(armwrest);
};
/*----------- defined in video/punchout.c -----------*/
-VIDEO_START( punchout );
-VIDEO_START( armwrest );
+
+
SCREEN_UPDATE_IND16( punchout_top );
SCREEN_UPDATE_IND16( punchout_bottom );
SCREEN_UPDATE_IND16( armwrest_top );