mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixed usage of uninitialized member in i8275_device (nw)
This commit is contained in:
parent
25e667434c
commit
73f2391262
@ -121,6 +121,7 @@ i8275_device::i8275_device(const machine_config &mconfig, const char *tag, devic
|
||||
m_char_blink(0),
|
||||
m_stored_attr(0)
|
||||
{
|
||||
memset(m_param, 0x00, sizeof(m_param));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user