From 9e976a12c28f603a1c76b28164047c2dc9995986 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Tue, 19 Jul 2016 09:25:12 -0400 Subject: [PATCH] quick compile fix/hack until later today (nw) --- src/mame/drivers/tv990.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/tv990.cpp b/src/mame/drivers/tv990.cpp index f0d7888ae98..9ca2d4c61cf 100644 --- a/src/mame/drivers/tv990.cpp +++ b/src/mame/drivers/tv990.cpp @@ -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;