summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mcr3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mcr3.c')
-rw-r--r--src/mame/video/mcr3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/mcr3.c b/src/mame/video/mcr3.c
index 5bee1f3ad5d..2fd1b18b4e1 100644
--- a/src/mame/video/mcr3.c
+++ b/src/mame/video/mcr3.c
@@ -278,7 +278,7 @@ UINT32 mcr3_state::screen_update_mcr3(screen_device &screen, bitmap_ind16 &bitma
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
/* draw the sprites */
- mcr3_update_sprites(screen.machine(), bitmap, cliprect, 0x03, 0, 0, 0);
+ mcr3_update_sprites(machine(), bitmap, cliprect, 0x03, 0, 0, 0);
return 0;
}
@@ -292,7 +292,7 @@ UINT32 mcr3_state::screen_update_spyhunt(screen_device &screen, bitmap_ind16 &bi
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
/* draw the sprites */
- mcr3_update_sprites(screen.machine(), bitmap, cliprect, m_spyhunt_sprite_color_mask, 0, -12, 0);
+ mcr3_update_sprites(machine(), bitmap, cliprect, m_spyhunt_sprite_color_mask, 0, -12, 0);
/* render any characters on top */
m_alpha_tilemap->draw(bitmap, cliprect, 0, 0);