diff --git a/src/mess/video/tms3556.c b/src/mess/video/tms3556.c index 52763aadbfd..03f2ef1f2ca 100644 --- a/src/mess/video/tms3556.c +++ b/src/mess/video/tms3556.c @@ -84,7 +84,9 @@ tms3556_device::tms3556_device(const machine_config &mconfig, const char *tag, d m_reg_ptr(0), m_reg_access_phase(0), m_magical_mystery_flag(0), - m_scanline(0) + m_scanline(0), + m_blink(0), + m_blink_count(0) { for (int i = 0; i < 8; i++) {