summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/namcos22.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/namcos22.c')
-rw-r--r--src/mame/video/namcos22.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/namcos22.c b/src/mame/video/namcos22.c
index c9b9cfebce9..b0cd3093e50 100644
--- a/src/mame/video/namcos22.c
+++ b/src/mame/video/namcos22.c
@@ -2200,7 +2200,7 @@ static void namcos22_exit(running_machine *machine)
static VIDEO_START( common )
{
int code;
-
+
bgtilemap = tilemap_create( machine, TextTilemapGetInfo,tilemap_scan_rows,16,16,64,64 );
tilemap_set_transparent_pen( bgtilemap, 0xf );