mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
(MESS) fixed uninitialized variable in src/mess/machine/kb_keytro.c (nw)
This commit is contained in:
parent
c0d9fc2c1e
commit
f9b71bd8a0
@ -429,6 +429,7 @@ void pc_kbd_keytronic_pc3270_device::device_reset()
|
|||||||
{
|
{
|
||||||
/* set default values */
|
/* set default values */
|
||||||
m_p3 = 0xff;
|
m_p3 = 0xff;
|
||||||
|
m_last_write_addr = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user