summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bosco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bosco.c')
-rw-r--r--src/mame/video/bosco.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/bosco.c b/src/mame/video/bosco.c
index 0ec90d656f7..8923a7f9dfe 100644
--- a/src/mame/video/bosco.c
+++ b/src/mame/video/bosco.c
@@ -126,7 +126,6 @@ TILE_GET_INFO_MEMBER(bosco_state::fg_get_tile_info )
VIDEO_START_MEMBER(bosco_state,bosco)
{
-
m_bg_tilemap = &machine().tilemap().create(tilemap_get_info_delegate(FUNC(bosco_state::bg_get_tile_info),this),TILEMAP_SCAN_ROWS,8,8,32,32);
m_fg_tilemap = &machine().tilemap().create(tilemap_get_info_delegate(FUNC(bosco_state::fg_get_tile_info),this),tilemap_mapper_delegate(FUNC(bosco_state::fg_tilemap_scan),this), 8,8, 8,32);
@@ -283,7 +282,6 @@ static void draw_stars(running_machine &machine, bitmap_ind16 &bitmap, const rec
UINT32 bosco_state::screen_update_bosco(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
/* the radar tilemap is just 8x32. We rely on the tilemap code to repeat it across
the screen, and clip it to only the position where it is supposed to be shown */
rectangle fg_clip = cliprect;