summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/supbtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/supbtime.h')
-rw-r--r--src/mame/includes/supbtime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/supbtime.h b/src/mame/includes/supbtime.h
index 70ed5b58bd8..9a33b75fb20 100644
--- a/src/mame/includes/supbtime.h
+++ b/src/mame/includes/supbtime.h
@@ -28,10 +28,11 @@ public:
DECLARE_READ16_MEMBER(supbtime_controls_r);
DECLARE_WRITE16_MEMBER(sound_w);
virtual void machine_start();
+ UINT32 screen_update_supbtime(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/supbtime.c -----------*/
-SCREEN_UPDATE_IND16( supbtime );
+