fixed uninitialozed member in src/emu/video/hd61830.c (nw)

This commit is contained in:
Oliver Stöneberg 2013-03-09 08:46:17 +00:00
parent 1078e3298f
commit 3021df7d19

View File

@ -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")
{