summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/funkyjet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/funkyjet.cpp')
-rw-r--r--src/mame/video/funkyjet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/video/funkyjet.cpp b/src/mame/video/funkyjet.cpp
index f18380faaf2..aee56f5622e 100644
--- a/src/mame/video/funkyjet.cpp
+++ b/src/mame/video/funkyjet.cpp
@@ -17,6 +17,7 @@ uint32_t funkyjet_state::screen_update_funkyjet(screen_device &screen, bitmap_in
uint16_t flip = m_deco_tilegen1->pf_control_r(space, 0, 0xffff);
flip_screen_set(BIT(flip, 7));
+ m_sprgen->set_flip_screen(BIT(flip, 7));
m_deco_tilegen1->pf_update(m_pf1_rowscroll, m_pf2_rowscroll);
bitmap.fill(768, cliprect);