summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/rallyx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/rallyx.cpp')
-rw-r--r--src/mame/video/rallyx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/rallyx.cpp b/src/mame/video/rallyx.cpp
index df2e839dc11..b41a5e74a4a 100644
--- a/src/mame/video/rallyx.cpp
+++ b/src/mame/video/rallyx.cpp
@@ -406,9 +406,9 @@ WRITE8_MEMBER(rallyx_state::rallyx_scrolly_w)
m_bg_tilemap->set_scrolly(0, data);
}
-WRITE8_MEMBER(rallyx_state::tactcian_starson_w)
+WRITE_LINE_MEMBER(rallyx_state::stars_enable_w)
{
- m_stars_enable = data & 1;
+ m_stars_enable = state;
}