summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pushman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pushman.h')
-rw-r--r--src/mame/includes/pushman.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/pushman.h b/src/mame/includes/pushman.h
index f65f5bf4ec6..b1362c78b57 100644
--- a/src/mame/includes/pushman.h
+++ b/src/mame/includes/pushman.h
@@ -48,6 +48,7 @@ public:
virtual void video_start();
DECLARE_MACHINE_RESET(pushman);
DECLARE_MACHINE_RESET(bballs);
+ UINT32 screen_update_pushman(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -56,4 +57,4 @@ public:
-SCREEN_UPDATE_IND16( pushman );
+