summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tankbust.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tankbust.c')
-rw-r--r--src/mame/video/tankbust.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tankbust.c b/src/mame/video/tankbust.c
index f2b747881d0..e26cf97887f 100644
--- a/src/mame/video/tankbust.c
+++ b/src/mame/video/tankbust.c
@@ -83,7 +83,7 @@ void tankbust_state::video_start()
m_bg_tilemap = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(tankbust_state::get_bg_tile_info),this), TILEMAP_SCAN_ROWS, 8, 8, 64, 32);
m_txt_tilemap->set_transparent_pen(0);
-
+
save_item(NAME(m_xscroll));
save_item(NAME(m_yscroll));
}