summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wc90b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wc90b.h')
-rw-r--r--src/mame/includes/wc90b.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/wc90b.h b/src/mame/includes/wc90b.h
index 986588dbeb8..8d15feba650 100644
--- a/src/mame/includes/wc90b.h
+++ b/src/mame/includes/wc90b.h
@@ -39,11 +39,12 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_tx_tile_info);
virtual void video_start();
+ UINT32 screen_update_wc90b(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/wc90b.c -----------*/
-SCREEN_UPDATE_IND16( wc90b );
+