summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kchamp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kchamp.cpp')
-rw-r--r--src/mame/video/kchamp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/kchamp.cpp b/src/mame/video/kchamp.cpp
index dc98cf94070..2e3e608627e 100644
--- a/src/mame/video/kchamp.cpp
+++ b/src/mame/video/kchamp.cpp
@@ -39,9 +39,9 @@ WRITE8_MEMBER(kchamp_state::kchamp_colorram_w)
m_bg_tilemap->mark_tile_dirty(offset);
}
-WRITE8_MEMBER(kchamp_state::kchamp_flipscreen_w)
+WRITE_LINE_MEMBER(kchamp_state::flipscreen_w)
{
- flip_screen_set(data & 0x01);
+ flip_screen_set(state);
}
TILE_GET_INFO_MEMBER(kchamp_state::get_bg_tile_info)