summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/munchmo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/munchmo.c')
-rw-r--r--src/mame/video/munchmo.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/video/munchmo.c b/src/mame/video/munchmo.c
index 0d8c6e4d404..e3cb071b0ea 100644
--- a/src/mame/video/munchmo.c
+++ b/src/mame/video/munchmo.c
@@ -63,7 +63,6 @@ void munchmo_state::draw_status( bitmap_ind16 &bitmap, const rectangle &cliprect
for (sy = 0; sy < 256; sy += 8)
{
-
gfx->opaque(bitmap,cliprect,
*source++,
0, /* color */
@@ -94,7 +93,7 @@ void munchmo_state::draw_background( bitmap_ind16 &bitmap, const rectangle &clip
{
for (col = 0; col < 4; col++)
{
- gfx->opaque(*m_tmpbitmap,m_tmpbitmap->cliprect(),
+ gfx->opaque(*m_tmpbitmap,m_tmpbitmap->cliprect(),
rom[col + tile_number * 4 + row * 0x400],
m_palette_bank,
0,0, /* flip */
@@ -135,7 +134,7 @@ void munchmo_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprec
{
sx = (sx >> 1) | (tile_number & 0x80);
sx = 2 * ((- 32 - scroll - sx) & 0xff) + xadjust;
- gfx->transpen(bitmap,cliprect,
+ gfx->transpen(bitmap,cliprect,
0x7f - (tile_number & 0x7f),
color_base - (attributes & 0x03),
0,0, /* no flip */