mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +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);
|
DECLARE_WRITE_LINE_MEMBER(keyboard_data_w);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
UINT16 tvi1111_regs[0x100/2];
|
UINT16 tvi1111_regs[(0x100/2)+2];
|
||||||
|
|
||||||
bool m_kclk;
|
bool m_kclk;
|
||||||
UINT8 m_kdata;
|
UINT8 m_kdata;
|
||||||
|
Loading…
Reference in New Issue
Block a user