mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
fixed uninitialozed member in src/emu/video/hd61830.c (nw)
This commit is contained in:
parent
1078e3298f
commit
3021df7d19
@ -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")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user