mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
nlm_tt74xx_lib.cpp: fix TTL_74157_GATE (#10072)
This commit is contained in:
parent
4aa8ca4c7f
commit
3743363b90
@ -3209,7 +3209,7 @@ static TRUTH_TABLE(TTL_74156B_GATE, 4, 4, "")
|
|||||||
TT_FAMILY("74XXOC")
|
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_HEAD("E,S,I,J|O")
|
||||||
TT_LINE("1,X,X,X|0|14")
|
TT_LINE("1,X,X,X|0|14")
|
||||||
|
Loading…
Reference in New Issue
Block a user