summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gotcha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gotcha.h')
-rw-r--r--src/mame/includes/gotcha.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/gotcha.h b/src/mame/includes/gotcha.h
index b4f18145cde..700adde88db 100644
--- a/src/mame/includes/gotcha.h
+++ b/src/mame/includes/gotcha.h
@@ -38,12 +38,15 @@ public:
TILEMAP_MAPPER_MEMBER(gotcha_tilemap_scan);
TILE_GET_INFO_MEMBER(fg_get_tile_info);
TILE_GET_INFO_MEMBER(bg_get_tile_info);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
/*----------- defined in video/gotcha.c -----------*/
-VIDEO_START( gotcha );
+
SCREEN_UPDATE_IND16( gotcha );