mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
forgot the last bit of line (nw)
This commit is contained in:
parent
76bbc75690
commit
3b0e61cc86
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user