summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/xevious.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/xevious.c')
-rw-r--r--src/mame/video/xevious.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/xevious.c b/src/mame/video/xevious.c
index 32ebd3a131b..a073e52275e 100644
--- a/src/mame/video/xevious.c
+++ b/src/mame/video/xevious.c
@@ -215,7 +215,6 @@ TILE_GET_INFO_MEMBER(xevious_state::get_bg_tile_info)
VIDEO_START_MEMBER(xevious_state,xevious)
{
-
m_bg_tilemap = &machine().tilemap().create(tilemap_get_info_delegate(FUNC(xevious_state::get_bg_tile_info),this),TILEMAP_SCAN_ROWS,8,8,64,32);
m_fg_tilemap = &machine().tilemap().create(tilemap_get_info_delegate(FUNC(xevious_state::get_fg_tile_info),this),TILEMAP_SCAN_ROWS,8,8,64,32);
@@ -497,7 +496,6 @@ static void draw_sprites(running_machine &machine, bitmap_ind16 &bitmap,const re
UINT32 xevious_state::screen_update_xevious(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
m_bg_tilemap->draw(bitmap, cliprect, 0,0);
draw_sprites(machine(), bitmap,cliprect);
m_fg_tilemap->draw(bitmap, cliprect, 0,0);