From 69fe7975dbaeb1f6cf50ff09e087f8e3ec476e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Wed, 20 Mar 2013 07:11:41 +0000 Subject: [PATCH] (MESS) restored apollo_kbd.h changes (nw) --- src/mess/machine/apollo_kbd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mess/machine/apollo_kbd.h b/src/mess/machine/apollo_kbd.h index 95692682898..de9105fd84e 100644 --- a/src/mess/machine/apollo_kbd.h +++ b/src/mess/machine/apollo_kbd.h @@ -167,10 +167,10 @@ private: void putchar(UINT8 data); private: apollo_kbd_device *m_device; // pointer back to our device -//#if defined(KBD_TTY_NAME) +#if defined(KBD_TTY_NAME) const char *m_tty_name; int m_tty_fd; /* File descriptor of keyboard tty */ -//#endif +#endif int m_connected; };