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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/munchmo.c b/src/mame/video/munchmo.c
index 86f3ad211a3..a4ec945123d 100644
--- a/src/mame/video/munchmo.c
+++ b/src/mame/video/munchmo.c
@@ -150,8 +150,8 @@ static void draw_sprites( running_machine &machine, bitmap_ind16 &bitmap, const
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);
- draw_status(screen.machine(), bitmap, cliprect);
+ draw_background(machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
+ draw_status(machine(), bitmap, cliprect);
return 0;
}