summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/welltris.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/welltris.h')
-rw-r--r--src/mame/includes/welltris.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/welltris.h b/src/mame/includes/welltris.h
index 94262a964ee..b026f9bb6b1 100644
--- a/src/mame/includes/welltris.h
+++ b/src/mame/includes/welltris.h
@@ -34,11 +34,12 @@ public:
DECLARE_DRIVER_INIT(quiz18k);
DECLARE_DRIVER_INIT(welltris);
TILE_GET_INFO_MEMBER(get_welltris_tile_info);
+ virtual void video_start();
};
/*----------- defined in video/welltris.c -----------*/
-VIDEO_START( welltris );
+
SCREEN_UPDATE_IND16( welltris );