summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pacman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pacman.c')
-rw-r--r--src/mame/video/pacman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pacman.c b/src/mame/video/pacman.c
index 1d01d4372fd..cea6758f636 100644
--- a/src/mame/video/pacman.c
+++ b/src/mame/video/pacman.c
@@ -310,7 +310,7 @@ SCREEN_UPDATE( pacman )
drawgfx_transmask(bitmap,&spriteclip,screen->machine().gfx[1],
( spriteram[offs] >> 2 ) | (state->m_spritebank << 6),
color,
- fy,fx, //FIXME: flipping bits are really supposed to be inverted here?
+ fy,fx, //FIXME: flipping bits are really supposed to be inverted here?
sx - 256,sy + state->m_xoffsethack,
colortable_get_transpen_mask(screen->machine().colortable, screen->machine().gfx[1], color & 0x3f, 0));
}