summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/marinedt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/marinedt.c')
-rw-r--r--src/mame/drivers/marinedt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/marinedt.c b/src/mame/drivers/marinedt.c
index a0ff829df74..9a0d06df48b 100644
--- a/src/mame/drivers/marinedt.c
+++ b/src/mame/drivers/marinedt.c
@@ -527,14 +527,14 @@ UINT32 marinedt_state::screen_update_marinedt(screen_device &screen, bitmap_ind1
m_tx_tilemap->draw(*m_tile, cliprect, 0, 0);
m_obj1->fill(0);
- drawgfx_transpen(*m_obj1, m_obj1->cliprect(), screen.machine().gfx[1],
+ drawgfx_transpen(*m_obj1, m_obj1->cliprect(), machine().gfx[1],
OBJ_CODE(m_obj1_a),
OBJ_COLOR(m_obj1_a),
OBJ_FLIPX(m_obj1_a), OBJ_FLIPY(m_obj1_a),
0, 0, 0);
m_obj2->fill(0);
- drawgfx_transpen(*m_obj2, m_obj2->cliprect(), screen.machine().gfx[2],
+ drawgfx_transpen(*m_obj2, m_obj2->cliprect(), machine().gfx[2],
OBJ_CODE(m_obj2_a),
OBJ_COLOR(m_obj2_a),
OBJ_FLIPX(m_obj2_a), OBJ_FLIPY(m_obj2_a),