mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
quick compile fix/hack until later today (nw)
This commit is contained in:
parent
5b52c7b52c
commit
9e976a12c2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user