summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cabal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cabal.h')
-rw-r--r--src/mame/includes/cabal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/cabal.h b/src/mame/includes/cabal.h
index f3ca802b640..273167e9c50 100644
--- a/src/mame/includes/cabal.h
+++ b/src/mame/includes/cabal.h
@@ -34,6 +34,7 @@ public:
TILE_GET_INFO_MEMBER(get_text_tile_info);
virtual void video_start();
DECLARE_MACHINE_RESET(cabalbl);
+ UINT32 screen_update_cabal(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};