summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/capbowl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/capbowl.h')
-rw-r--r--src/mame/includes/capbowl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/capbowl.h b/src/mame/includes/capbowl.h
index ab1620364b7..2934598a7d0 100644
--- a/src/mame/includes/capbowl.h
+++ b/src/mame/includes/capbowl.h
@@ -40,11 +40,12 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_capbowl(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/capbowl.c -----------*/
-SCREEN_UPDATE_RGB32( capbowl );
+