summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/poolshrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/poolshrk.c')
-rw-r--r--src/mame/video/poolshrk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/poolshrk.c b/src/mame/video/poolshrk.c
index 0c2574a9101..7fc9db7bea1 100644
--- a/src/mame/video/poolshrk.c
+++ b/src/mame/video/poolshrk.c
@@ -40,7 +40,7 @@ UINT32 poolshrk_state::screen_update_poolshrk(screen_device &screen, bitmap_ind1
int hpos = m_hpos_ram[i];
int vpos = m_vpos_ram[i];
- drawgfx_transpen(bitmap, cliprect, screen.machine().gfx[0], i, (i == 0) ? 0 : 1, 0, 0,
+ drawgfx_transpen(bitmap, cliprect, machine().gfx[0], i, (i == 0) ? 0 : 1, 0, 0,
248 - hpos, vpos - 15, 0);
}