summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tumblep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tumblep.h')
-rw-r--r--src/mame/includes/tumblep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/tumblep.h b/src/mame/includes/tumblep.h
index 235348539ab..068caedad90 100644
--- a/src/mame/includes/tumblep.h
+++ b/src/mame/includes/tumblep.h
@@ -30,10 +30,11 @@ public:
DECLARE_WRITE16_MEMBER(tumblep_oki_w);
DECLARE_DRIVER_INIT(tumblep);
virtual void machine_start();
+ UINT32 screen_update_tumblep(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/tumblep.c -----------*/
-SCREEN_UPDATE_IND16( tumblep );
+