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.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/video/funkyjet.cpp b/src/mame/video/funkyjet.cpp
index ce64ae11162..5a6b56964f2 100644
--- a/src/mame/video/funkyjet.cpp
+++ b/src/mame/video/funkyjet.cpp
@@ -13,8 +13,7 @@
uint32_t funkyjet_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- address_space &space = machine().dummy_space();
- uint16_t flip = m_deco_tilegen->pf_control_r(space, 0, 0xffff);
+ uint16_t flip = m_deco_tilegen->pf_control_r(0);
flip_screen_set(BIT(flip, 7));
m_sprgen->set_flip_screen(BIT(flip, 7));