summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pushman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pushman.h')
-rw-r--r--src/mame/includes/pushman.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/includes/pushman.h b/src/mame/includes/pushman.h
index 9e52f65e1a7..f65f5bf4ec6 100644
--- a/src/mame/includes/pushman.h
+++ b/src/mame/includes/pushman.h
@@ -44,12 +44,16 @@ public:
TILEMAP_MAPPER_MEMBER(background_scan_rows);
TILE_GET_INFO_MEMBER(get_back_tile_info);
TILE_GET_INFO_MEMBER(get_text_tile_info);
+ virtual void machine_start();
+ virtual void video_start();
+ DECLARE_MACHINE_RESET(pushman);
+ DECLARE_MACHINE_RESET(bballs);
};
/*----------- defined in video/pushman.c -----------*/
-VIDEO_START( pushman );
+
SCREEN_UPDATE_IND16( pushman );