summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tv990.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tv990.cpp')
-rw-r--r--src/mame/drivers/tv990.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tv990.cpp b/src/mame/drivers/tv990.cpp
index d3ea90bd866..edda41f49aa 100644
--- a/src/mame/drivers/tv990.cpp
+++ b/src/mame/drivers/tv990.cpp
@@ -351,7 +351,7 @@ INPUT_CHANGED_MEMBER(tv990_state::color)
color = rgb_t::white();
break;
}
- m_screen->static_set_color(*m_screen, color);
+ m_screen->set_color(color);
}
void tv990_state::machine_reset()