summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/himesiki.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/himesiki.c')
-rw-r--r--src/mame/video/himesiki.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/himesiki.c b/src/mame/video/himesiki.c
index 14324996fda..839cc5e8b40 100644
--- a/src/mame/video/himesiki.c
+++ b/src/mame/video/himesiki.c
@@ -118,7 +118,7 @@ UINT32 himesiki_state::screen_update_himesiki(screen_device &screen, bitmap_ind1
m_bg_tilemap->set_scrolldx(x, x);
m_bg_tilemap->draw(bitmap, cliprect, TILEMAP_DRAW_OPAQUE, 0);
- himesiki_draw_sprites(screen.machine(), bitmap, cliprect);
+ himesiki_draw_sprites(machine(), bitmap, cliprect);
return 0;
}