summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tecmo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tecmo.c')
-rw-r--r--src/mame/video/tecmo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tecmo.c b/src/mame/video/tecmo.c
index eb3567294fa..07f03bd4299 100644
--- a/src/mame/video/tecmo.c
+++ b/src/mame/video/tecmo.c
@@ -94,7 +94,7 @@ void tecmo_state::video_start()
m_bg_tilemap->set_scrolldx(-48,256+48);
m_fg_tilemap->set_scrolldx(-48,256+48);
-
+
save_item(NAME(m_fgscroll));
save_item(NAME(m_bgscroll));
}