mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
fixed usage of uninitialized member in vdt911_device (nw)
This commit is contained in:
parent
478accac80
commit
01d86f3ea6
@ -178,6 +178,7 @@ void vdt911_device::device_start()
|
||||
|
||||
m_keyboard_data_ready = false;
|
||||
m_display_enable = false;
|
||||
m_blink_state = false;
|
||||
|
||||
m_keyint_line.resolve();
|
||||
m_lineint_line.resolve();
|
||||
|
Loading…
Reference in New Issue
Block a user