summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/shisen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/shisen.c')
-rw-r--r--src/mame/video/shisen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/shisen.c b/src/mame/video/shisen.c
index a20be13ac29..fc08c27bc4f 100644
--- a/src/mame/video/shisen.c
+++ b/src/mame/video/shisen.c
@@ -63,7 +63,7 @@ UINT32 shisen_state::screen_update_sichuan2(screen_device &screen, bitmap_ind16
// on Irem boards, screen flip is handled in both hardware and software.
// this game doesn't have cocktail mode so if there's software control we don't
// know where it is mapped.
- flip_screen_set(~screen.machine().root_device().ioport("DSW2")->read() & 1);
+ flip_screen_set(~machine().root_device().ioport("DSW2")->read() & 1);
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);