summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mcr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mcr.c')
-rw-r--r--src/mame/video/mcr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mcr.c b/src/mame/video/mcr.c
index 74a13ca8ab1..0ce4b2f56aa 100644
--- a/src/mame/video/mcr.c
+++ b/src/mame/video/mcr.c
@@ -395,7 +395,7 @@ static void render_sprites_91464(running_machine &machine, bitmap_ind16 &bitmap,
*
*************************************/
-SCREEN_UPDATE_IND16( mcr )
+UINT32 mcr_state::screen_update_mcr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
/* update the flip state */
bg_tilemap->set_flip(mcr_cocktail_flip ? (TILEMAP_FLIPX | TILEMAP_FLIPY) : 0);