summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kickgoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kickgoal.h')
-rw-r--r--src/mame/includes/kickgoal.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/includes/kickgoal.h b/src/mame/includes/kickgoal.h
index 82c1aa8167d..2fa7101d350 100644
--- a/src/mame/includes/kickgoal.h
+++ b/src/mame/includes/kickgoal.h
@@ -70,12 +70,16 @@ public:
TILEMAP_MAPPER_MEMBER(tilemap_scan_kicksbg);
TILEMAP_MAPPER_MEMBER(tilemap_scan_kicksbg2);
TILEMAP_MAPPER_MEMBER(tilemap_scan_actionhwbg2);
+ virtual void machine_start();
+ virtual void machine_reset();
+ DECLARE_VIDEO_START(kickgoal);
+ DECLARE_VIDEO_START(actionhw);
};
/*----------- defined in video/kickgoal.c -----------*/
-VIDEO_START( actionhw );
-VIDEO_START( kickgoal );
+
+
SCREEN_UPDATE_IND16( kickgoal );