Previous 199869 Revisions Next

r31450 Monday 28th July, 2014 at 07:59:46 UTC by Oliver Stöneberg
fixed usage onf uninitialized member in serial_keyboard_device (nw)
[src/emu/bus/rs232]keyboard.c

trunk/src/emu/bus/rs232/keyboard.c
r31449r31450
44   : generic_keyboard_device(mconfig, SERIAL_KEYBOARD, "Serial Keyboard", tag, owner, clock, "serial_keyboard", __FILE__),
55   device_serial_interface(mconfig, *this),
66   device_rs232_port_interface(mconfig, *this),
7   m_key_valid(false),
78   m_rs232_txbaud(*this, "RS232_TXBAUD"),
89   m_rs232_startbits(*this, "RS232_STARTBITS"),
910   m_rs232_databits(*this, "RS232_DATABITS"),
r31449r31450
1617   : generic_keyboard_device(mconfig, type, name, tag, owner, clock, shortname, source),
1718   device_serial_interface(mconfig, *this),
1819   device_rs232_port_interface(mconfig, *this),
20   m_key_valid(false),
1921   m_rs232_txbaud(*this, "RS232_TXBAUD"),
2022   m_rs232_startbits(*this, "RS232_STARTBITS"),
2123   m_rs232_databits(*this, "RS232_DATABITS"),

Previous 199869 Revisions Next


© 1997-2024 The MAME Team