diff --git a/src/emu/video/hd61830.c b/src/emu/video/hd61830.c index 00feac10bc5..1d41f97ff8c 100644 --- a/src/emu/video/hd61830.c +++ b/src/emu/video/hd61830.c @@ -111,6 +111,7 @@ hd61830_device::hd61830_device(const machine_config &mconfig, const char *tag, d m_bf(false), m_cac(0), m_blink(0), + m_cursor(0), m_space_config("videoram", ENDIANNESS_LITTLE, 8, 16, 0, NULL, *ADDRESS_MAP_NAME(hd61830)), m_region_hd61830(*this, "hd61830") {