forgot the last bit of line (nw)

This commit is contained in:
Scott Stone 2015-10-21 20:56:30 -04:00
parent 76bbc75690
commit 3b0e61cc86

View File

@ -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
{