quick compile fix/hack until later today (nw)

This commit is contained in:
R. Belmont 2016-07-19 09:25:12 -04:00 committed by GitHub
parent 5b52c7b52c
commit 9e976a12c2

View File

@ -81,7 +81,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(keyboard_data_w);
private:
UINT16 tvi1111_regs[0x100/2];
UINT16 tvi1111_regs[(0x100/2)+2];
bool m_kclk;
UINT8 m_kdata;