summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/murogmbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/murogmbl.c')
-rw-r--r--src/mame/drivers/murogmbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/murogmbl.c b/src/mame/drivers/murogmbl.c
index d065f49a421..8c1d3edaa52 100644
--- a/src/mame/drivers/murogmbl.c
+++ b/src/mame/drivers/murogmbl.c
@@ -114,7 +114,7 @@ UINT32 murogmbl_state::screen_update_murogmbl(screen_device &screen, bitmap_ind1
for (x = 0; x < 32; x++)
{
int tile = m_video[count];
- gfx->opaque(bitmap,cliprect, tile, 0, 0, 0, x * 8, y * 8);
+ gfx->opaque(bitmap,cliprect, tile, 0, 0, 0, x * 8, y * 8);
count++;
}