diff options
Diffstat (limited to 'src/lib/netlist/macro/nlm_other.cpp')
-rw-r--r-- | src/lib/netlist/macro/nlm_other.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/macro/nlm_other.cpp b/src/lib/netlist/macro/nlm_other.cpp index 9a5e54af737..6fd73a29fe8 100644 --- a/src/lib/netlist/macro/nlm_other.cpp +++ b/src/lib/netlist/macro/nlm_other.cpp @@ -45,7 +45,7 @@ NETLIST_START(MC14584B_DIP) NETLIST_END() NETLIST_START(otheric_lib) - TRUTHTABLE_START(MC14584B_GATE, 1, 1, 0, "") + TRUTHTABLE_START(MC14584B_GATE, 1, 1, "") TT_HEAD(" A | Q ") TT_LINE(" 0 | 1 |100") TT_LINE(" 1 | 0 |100") |