Previous 199869 Revisions Next

r21979 Wednesday 20th March, 2013 at 07:09:20 UTC by Oliver Stöneberg
(MESS) fixed apollo_kbd.c compilation (nw)
[src/mess/machine]apollo_kbd.c

trunk/src/mess/machine/apollo_kbd.c
r21978r21979
447447
448448apollo_kbd_device::keyboard_tty::keyboard_tty() :
449449   m_device(NULL),
450#if defined(KBD_TTY_NAME)
450451   m_tty_name(NULL),
451452   m_tty_fd(-1),
453#endif
452454   m_connected(0)
453455{
454456}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team