mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
(MESS) restored apollo_kbd.h changes (nw)
This commit is contained in:
parent
11af8c2b3b
commit
69fe7975db
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user