mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
fixed uninitialized member in src/emu/video/hd61830.c (nw)
This commit is contained in:
parent
3c0aadc62d
commit
83222508f6
@ -109,6 +109,7 @@ hd61830_device::hd61830_device(const machine_config &mconfig, const char *tag, d
|
||||
: device_t(mconfig, HD61830, "Hitachi HD61830", tag, owner, clock),
|
||||
device_memory_interface(mconfig, *this),
|
||||
m_bf(false),
|
||||
m_cac(0),
|
||||
m_blink(0),
|
||||
m_space_config("videoram", ENDIANNESS_LITTLE, 8, 16, 0, NULL, *ADDRESS_MAP_NAME(hd61830)),
|
||||
m_region_hd61830(*this, "hd61830")
|
||||
|
Loading…
Reference in New Issue
Block a user