diff --git a/src/emu/video/huc6260.c b/src/emu/video/huc6260.c index 7b25272029a..800ee1f01c1 100644 --- a/src/emu/video/huc6260.c +++ b/src/emu/video/huc6260.c @@ -291,6 +291,7 @@ void huc6260_device::device_reset() m_blur = 0; m_pixels_per_clock = 4; m_height = 263; + m_pixel_clock = 0; m_last_v = m_screen->vpos(); m_last_h = m_screen->hpos();