summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/suprloco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/suprloco.c')
-rw-r--r--src/mame/video/suprloco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/suprloco.c b/src/mame/video/suprloco.c
index 6021a01a2bc..1c60380f5c9 100644
--- a/src/mame/video/suprloco.c
+++ b/src/mame/video/suprloco.c
@@ -98,7 +98,7 @@ void suprloco_state::video_start()
m_bg_tilemap = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(suprloco_state::get_tile_info),this),TILEMAP_SCAN_ROWS,8,8,32,32);
m_bg_tilemap->set_scroll_rows(32);
-
+
save_item(NAME(m_control));
}