summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thief.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thief.h')
-rw-r--r--src/mame/includes/thief.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/thief.h b/src/mame/includes/thief.h
index 434180db8eb..f229008760f 100644
--- a/src/mame/includes/thief.h
+++ b/src/mame/includes/thief.h
@@ -32,11 +32,12 @@ public:
DECLARE_WRITE8_MEMBER(thief_coprocessor_w);
DECLARE_WRITE8_MEMBER(tape_control_w);
DECLARE_DRIVER_INIT(thief);
+ virtual void video_start();
};
/*----------- defined in video/thief.c -----------*/
-VIDEO_START( thief );
+
SCREEN_UPDATE_IND16( thief );