summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/macadb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/macadb.h')
-rw-r--r--src/mame/machine/macadb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/macadb.h b/src/mame/machine/macadb.h
index 8e284fb80c6..79f8ab63736 100644
--- a/src/mame/machine/macadb.h
+++ b/src/mame/machine/macadb.h
@@ -60,6 +60,7 @@ private:
int32_t m_adb_stream_ptr;
int32_t m_adb_linestate;
bool m_adb_srqflag;
+ int m_adb_linein;
#define kADBKeyBufSize 32
uint8_t m_adb_keybuf[kADBKeyBufSize];