diff options
Diffstat (limited to 'src/lib/netlist/devices/nld_truthtable.h')
-rw-r--r-- | src/lib/netlist/devices/nld_truthtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_truthtable.h b/src/lib/netlist/devices/nld_truthtable.h index 759d19cf0c9..6fcd746578f 100644 --- a/src/lib/netlist/devices/nld_truthtable.h +++ b/src/lib/netlist/devices/nld_truthtable.h @@ -23,7 +23,7 @@ public: \ template <class C> \ NETLIB_NAME(cname)(C &owner, const pstring &name) \ - : nld_truthtable_t<nIN, nOUT>(owner, name, nullptr, &m_ttbl, m_desc) { } \ + : nld_truthtable_t<nIN, nOUT>(owner, name, family_TTL(), &m_ttbl, m_desc) { } \ private: \ static truthtable_t m_ttbl; \ static const char *m_desc[]; \ |