summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m52.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/m52.c')
-rw-r--r--src/mame/video/m52.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/m52.c b/src/mame/video/m52.c
index d016488bc37..40bce3dce4c 100644
--- a/src/mame/video/m52.c
+++ b/src/mame/video/m52.c
@@ -1,6 +1,6 @@
/***************************************************************************
- Irem M52 hardware
+ Irem M52 hardware
***************************************************************************/
@@ -407,7 +407,7 @@ VIDEO_UPDATE( m52 )
drawgfx(bitmap, machine->gfx[1],
code, color, flipx, flipy, sx, sy,
- &clip, TRANSPARENCY_PENS,
+ &clip, TRANSPARENCY_PENS,
colortable_get_transpen_mask(machine->colortable, machine->gfx[1], color, 512+32));
}
return 0;