summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/munchmo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/munchmo.c')
-rw-r--r--src/mame/video/munchmo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/munchmo.c b/src/mame/video/munchmo.c
index 70931efb84b..86f3ad211a3 100644
--- a/src/mame/video/munchmo.c
+++ b/src/mame/video/munchmo.c
@@ -148,7 +148,7 @@ static void draw_sprites( running_machine &machine, bitmap_ind16 &bitmap, const
}
}
-SCREEN_UPDATE_IND16( mnchmobl )
+UINT32 munchmo_state::screen_update_mnchmobl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
draw_background(screen.machine(), bitmap, cliprect);
draw_sprites(screen.machine(), bitmap, cliprect);