summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/namcona1.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-04-12 05:16:26 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-04-12 05:16:26 +0000
commit439dbe872a39e45562b66c804e9cfe5a1294f150 (patch)
tree241b6d83e76f5fd6b12f6f52abdb08cc04386302 /src/mame/video/namcona1.c
parentf57b3da9a3b12f1e4696377da28e87059d411e00 (diff)
Cleanups and version bump to 0.124u2.mame0124u2
Diffstat (limited to 'src/mame/video/namcona1.c')
-rw-r--r--src/mame/video/namcona1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/namcona1.c b/src/mame/video/namcona1.c
index 4142ed81bec..8e26702ab5e 100644
--- a/src/mame/video/namcona1.c
+++ b/src/mame/video/namcona1.c
@@ -390,7 +390,7 @@ static void pdraw_tile(running_machine *machine,
if (pri[x] <= priority)
{
int c = source[x_index>>16];
- dest[x] = pal_base + c;
+ dest[x] = pal_base + c;
}
pri[x] = 0xff;
@@ -624,7 +624,7 @@ static void draw_background(running_machine *machine, bitmap_t *bitmap, const re
tilemap_set_scrollx( bg_tilemap[which], 0, scrollx );
tilemap_set_scrolly( bg_tilemap[which], 0, scrolly );
tilemap_draw_primask( bitmap, &clip, bg_tilemap[which], 0, primask, 0 );
- }
+ }
}
}
}
@@ -660,7 +660,7 @@ VIDEO_UPDATE( namcona1 )
} /* next tilemap */
fillbitmap( priority_bitmap,0,cliprect );
- // It fixes bg in emeralda
+ // It fixes bg in emeralda
fillbitmap( bitmap,/* 0 */ 0xff,cliprect );
for( priority = 0; priority<8; priority++ )