summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/toobin.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-11-09 01:04:37 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-11-09 01:04:37 +0000
commit1e16c452121de8429e05b38d5a0306ebe15fcdd4 (patch)
treed84961b587774ad4e0c68078eaf5ffb0f9b02e56 /src/mame/video/toobin.c
parentac7689264ec37623f67d18ca09ecd6ed88557672 (diff)
Cleanups/version bump.mame0128u3
Diffstat (limited to 'src/mame/video/toobin.c')
-rw-r--r--src/mame/video/toobin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/toobin.c b/src/mame/video/toobin.c
index d6df839e1da..66265bab8e8 100644
--- a/src/mame/video/toobin.c
+++ b/src/mame/video/toobin.c
@@ -102,7 +102,7 @@ VIDEO_START( toobin )
/* initialize the alphanumerics */
atarigen_alpha_tilemap = tilemap_create(get_alpha_tile_info, tilemap_scan_rows, 8,8, 64,48);
tilemap_set_transparent_pen(atarigen_alpha_tilemap, 0);
-
+
/* allocate a playfield bitmap for rendering */
pfbitmap = auto_bitmap_alloc(video_screen_get_width(machine->primary_screen), video_screen_get_height(machine->primary_screen), BITMAP_FORMAT_INDEXED16);
}