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 3e155ab3908..425f1bde82e 100644
--- a/src/mame/includes/thief.h
+++ b/src/mame/includes/thief.h
@@ -33,6 +33,7 @@ public:
DECLARE_WRITE8_MEMBER(tape_control_w);
DECLARE_DRIVER_INIT(thief);
virtual void video_start();
+ UINT32 screen_update_thief(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -40,4 +41,4 @@ public:
-SCREEN_UPDATE_IND16( thief );
+