summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/drmicro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/drmicro.c')
-rw-r--r--src/mame/video/drmicro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/drmicro.c b/src/mame/video/drmicro.c
index 55b3a5ee3b4..8cf47fc1eb5 100644
--- a/src/mame/video/drmicro.c
+++ b/src/mame/video/drmicro.c
@@ -146,7 +146,7 @@ UINT32 drmicro_state::screen_update_drmicro(screen_device &screen, bitmap_ind16
else
x = (240 - x) & 0xff;
- drawgfx_transpen(bitmap,cliprect,screen.machine().gfx[3-g],
+ drawgfx_transpen(bitmap,cliprect,machine().gfx[3-g],
chr,
col,
fx,fy,
@@ -154,7 +154,7 @@ UINT32 drmicro_state::screen_update_drmicro(screen_device &screen, bitmap_ind16
if (x > 240)
{
- drawgfx_transpen(bitmap,cliprect,screen.machine().gfx[3-g],
+ drawgfx_transpen(bitmap,cliprect,machine().gfx[3-g],
chr,
col,
fx,fy,