summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tecmosys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tecmosys.c')
-rw-r--r--src/mame/video/tecmosys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tecmosys.c b/src/mame/video/tecmosys.c
index 4c2414a015a..56d9e9ca196 100644
--- a/src/mame/video/tecmosys.c
+++ b/src/mame/video/tecmosys.c
@@ -339,6 +339,6 @@ void tecmosys_state::video_start()
m_bg2tilemap = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(tecmosys_state::get_bg2tile_info),this),TILEMAP_SCAN_ROWS,16,16,32,32);
m_bg2tilemap->set_transparent_pen(0);
-
+
save_item(NAME(m_spritelist));
}