mirror of
https://github.com/holub/mame
synced 2025-06-08 05:44:09 +03:00
(MESS) fixed apollo_kbd.c compilation (nw)
This commit is contained in:
parent
fad3b74c73
commit
d0218ab80a
@ -447,8 +447,10 @@ TIMER_CALLBACK( apollo_kbd_device::tx_fifo::static_timer_callback )
|
|||||||
|
|
||||||
apollo_kbd_device::keyboard_tty::keyboard_tty() :
|
apollo_kbd_device::keyboard_tty::keyboard_tty() :
|
||||||
m_device(NULL),
|
m_device(NULL),
|
||||||
|
#if defined(KBD_TTY_NAME)
|
||||||
m_tty_name(NULL),
|
m_tty_name(NULL),
|
||||||
m_tty_fd(-1),
|
m_tty_fd(-1),
|
||||||
|
#endif
|
||||||
m_connected(0)
|
m_connected(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user