From 3b0e61cc86ecd78328a7ea6dc9ae0deb833d3584 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Wed, 21 Oct 2015 20:56:30 -0400 Subject: [PATCH] forgot the last bit of line (nw) --- src/mame/drivers/ti99_4x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/ti99_4x.c b/src/mame/drivers/ti99_4x.c index 47b25421c57..f7ecab11478 100644 --- a/src/mame/drivers/ti99_4x.c +++ b/src/mame/drivers/ti99_4x.c @@ -468,7 +468,7 @@ READ8_MEMBER( ti99_4x_state::read_by_9901 ) // the line enough to make the TMS9901 sense the low level. // A reported, feasible fix was to cut the line and insert a diode // below the Alphalock key. - if ((m_model!=MODEL_4) && (ioport("ALPHABUG")->read()!=0) ); + if ((m_model!=MODEL_4) && (ioport("ALPHABUG")->read()!=0) ) answer |= (ioport("ALPHA")->read() | ioport("ALPHA1")->read()); } else {