summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tecmo16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tecmo16.c')
-rw-r--r--src/mame/video/tecmo16.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/tecmo16.c b/src/mame/video/tecmo16.c
index c75422e0951..be84b01d197 100644
--- a/src/mame/video/tecmo16.c
+++ b/src/mame/video/tecmo16.c
@@ -82,7 +82,7 @@ void tecmo16_state::video_start()
m_tx_tilemap->set_scrolly(0,-16);
m_flipscreen = 0;
m_game_is_riot = 0;
-
+
save_state();
}
@@ -104,7 +104,7 @@ VIDEO_START_MEMBER(tecmo16_state,ginkun)
m_tx_tilemap->set_transparent_pen(0);
m_flipscreen = 0;
m_game_is_riot = 0;
-
+
save_state();
}
@@ -127,7 +127,7 @@ VIDEO_START_MEMBER(tecmo16_state,riot)
m_tx_tilemap->set_scrolldy(-16,-16);
m_flipscreen = 0;
m_game_is_riot = 1;
-
+
save_state();
}