summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/timex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/timex.cpp')
-rw-r--r--src/mame/video/timex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/timex.cpp b/src/mame/video/timex.cpp
index 4db76598a84..2f4a657cfc2 100644
--- a/src/mame/video/timex.cpp
+++ b/src/mame/video/timex.cpp
@@ -26,7 +26,7 @@ inline void spectrum_state::spectrum_plot_pixel(bitmap_ind16 &bitmap, int x, int
}
/* Update FLASH status for ts2068. Assumes flash update every 1/2s. */
-void spectrum_state::video_start_ts2068()
+VIDEO_START_MEMBER(spectrum_state,ts2068)
{
m_frame_invert_count = 30;