summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/wiping.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/wiping.c')
-rw-r--r--src/mame/video/wiping.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/video/wiping.c b/src/mame/video/wiping.c
index c5d83d26998..48be9687bc2 100644
--- a/src/mame/video/wiping.c
+++ b/src/mame/video/wiping.c
@@ -120,7 +120,7 @@ UINT32 wiping_state::screen_update_wiping(screen_device &screen, bitmap_ind16 &b
sy = 27 - sy;
}
- drawgfx_opaque(bitmap,cliprect,screen.machine().gfx[0],
+ drawgfx_opaque(bitmap,cliprect,machine().gfx[0],
m_videoram[offs],
m_colorram[offs] & 0x3f,
m_flipscreen,m_flipscreen,
@@ -148,12 +148,12 @@ UINT32 wiping_state::screen_update_wiping(screen_device &screen, bitmap_ind16 &b
flipy = !flipy;
}
- drawgfx_transmask(bitmap,cliprect,screen.machine().gfx[1],
+ drawgfx_transmask(bitmap,cliprect,machine().gfx[1],
(spriteram[offs] & 0x3f) + 64 * otherbank,
color,
flipx,flipy,
sx,sy,
- colortable_get_transpen_mask(screen.machine().colortable, screen.machine().gfx[1], color, 0x1f));
+ colortable_get_transpen_mask(machine().colortable, machine().gfx[1], color, 0x1f));
}
/* redraw high priority chars */
@@ -188,7 +188,7 @@ UINT32 wiping_state::screen_update_wiping(screen_device &screen, bitmap_ind16 &b
sy = 27 - sy;
}
- drawgfx_opaque(bitmap,cliprect,screen.machine().gfx[0],
+ drawgfx_opaque(bitmap,cliprect,machine().gfx[0],
m_videoram[offs],
m_colorram[offs] & 0x3f,
m_flipscreen,m_flipscreen,