nlm_tt74xx_lib.cpp: fix TTL_74157_GATE (#10072)

This commit is contained in:
goldnchild 2022-07-12 04:32:35 -07:00 committed by GitHub
parent 4aa8ca4c7f
commit 3743363b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3209,7 +3209,7 @@ static TRUTH_TABLE(TTL_74156B_GATE, 4, 4, "")
TT_FAMILY("74XXOC")
}
static TRUTH_TABLE(TTL_74157_GATE, 4, 4, "")
static TRUTH_TABLE(TTL_74157_GATE, 4, 1, "")
{
TT_HEAD("E,S,I,J|O")
TT_LINE("1,X,X,X|0|14")