summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/tiki100.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/tiki100.h')
-rw-r--r--src/mess/includes/tiki100.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/tiki100.h b/src/mess/includes/tiki100.h
index be5935dd172..1d0973a7edd 100644
--- a/src/mess/includes/tiki100.h
+++ b/src/mess/includes/tiki100.h
@@ -105,6 +105,7 @@ public:
UINT8 m_palette;
/* keyboard state */
+ ioport_port* m_key_row[12];
int m_keylatch;
TIMER_DEVICE_CALLBACK_MEMBER(ctc_tick);
};