summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m57.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/m57.c')
-rw-r--r--src/mame/video/m57.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/m57.c b/src/mame/video/m57.c
index a98e15f9df0..45c4b9f10eb 100644
--- a/src/mame/video/m57.c
+++ b/src/mame/video/m57.c
@@ -266,7 +266,7 @@ static void draw_sprites(running_machine &machine, bitmap_ind16 &bitmap, const r
UINT32 m57_state::screen_update_m57(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- draw_background(screen.machine(), bitmap, cliprect);
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_background(machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
return 0;
}