diff options
Diffstat (limited to 'src/lib/netlist/devices/nld_9312.cpp')
-rw-r--r-- | src/lib/netlist/devices/nld_9312.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_9312.cpp b/src/lib/netlist/devices/nld_9312.cpp index 0191a905ebc..33b6d8e7a87 100644 --- a/src/lib/netlist/devices/nld_9312.cpp +++ b/src/lib/netlist/devices/nld_9312.cpp @@ -32,7 +32,7 @@ namespace netlist /* The truthtable implementation is a lot faster than * the carefully crafted code :-( */ - NETLIB_TRUTHTABLE(9312, 12, 2, 0); + NETLIB_TRUTHTABLE(9312, 12, 2); #else NETLIB_OBJECT(9312) |