summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tecmo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tecmo.cpp')
-rw-r--r--src/mame/video/tecmo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/video/tecmo.cpp b/src/mame/video/tecmo.cpp
index 9cee2fcbc72..50f7d5de196 100644
--- a/src/mame/video/tecmo.cpp
+++ b/src/mame/video/tecmo.cpp
@@ -96,9 +96,6 @@ 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));
}