summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ssozumo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ssozumo.c')
-rw-r--r--src/mame/video/ssozumo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/ssozumo.c b/src/mame/video/ssozumo.c
index 22260c6e62f..f2056876101 100644
--- a/src/mame/video/ssozumo.c
+++ b/src/mame/video/ssozumo.c
@@ -181,6 +181,6 @@ UINT32 ssozumo_state::screen_update_ssozumo(screen_device &screen, bitmap_ind16
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
m_fg_tilemap->draw(bitmap, cliprect, 0, 0);
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
return 0;
}