summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ironhors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ironhors.c')
-rw-r--r--src/mame/video/ironhors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/ironhors.c b/src/mame/video/ironhors.c
index dc384af0367..4e58887bef2 100644
--- a/src/mame/video/ironhors.c
+++ b/src/mame/video/ironhors.c
@@ -242,7 +242,7 @@ UINT32 ironhors_state::screen_update_ironhors(screen_device &screen, bitmap_ind1
m_bg_tilemap->set_scrollx(row, m_scroll[row]);
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
- draw_sprites(screen.machine(), bitmap, cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
return 0;
}
@@ -352,7 +352,7 @@ UINT32 ironhors_state::screen_update_farwest(screen_device &screen, bitmap_ind16
m_bg_tilemap->set_scrollx(row, m_scroll[row]);
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
- farwest_draw_sprites(screen.machine(), bitmap, cliprect);
+ farwest_draw_sprites(machine(), bitmap, cliprect);
return 0;
}