summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/spectrum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/spectrum.cpp')
-rw-r--r--src/mame/video/spectrum.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/spectrum.cpp b/src/mame/video/spectrum.cpp
index c3a594ce967..f16b55e86c1 100644
--- a/src/mame/video/spectrum.cpp
+++ b/src/mame/video/spectrum.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Kevin Thacker
/***************************************************************************
- spectrum.c
+ spectrum.cpp
Functions to emulate the video hardware of the ZX Spectrum.
@@ -22,7 +22,7 @@
/***************************************************************************
Start the video hardware emulation.
***************************************************************************/
-VIDEO_START_MEMBER(spectrum_state,spectrum)
+void spectrum_state::video_start()
{
m_frame_invert_count = 16;
m_frame_number = 0;
@@ -44,7 +44,7 @@ VIDEO_START_MEMBER(spectrum_state,spectrum)
m_scanline_timer->adjust(m_maincpu->cycles_to_attotime(m_CyclesPerLine));
}
-VIDEO_START_MEMBER(spectrum_state,spectrum_128)
+void spectrum_128_state::video_start()
{
m_frame_invert_count = 16;
m_frame_number = 0;