mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixed usage of uninitialized members in vdt911_device (nw)
This commit is contained in:
parent
dde0881e6a
commit
5b659a4906
@ -176,6 +176,9 @@ void vdt911_device::device_start()
|
||||
{
|
||||
m_last_key_pressed = 0x80;
|
||||
|
||||
m_keyboard_data_ready = false;
|
||||
m_display_enable = false;
|
||||
|
||||
m_keyint_line.resolve();
|
||||
m_lineint_line.resolve();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user