nld_4066.cpp: Actually fix build for now

This commit is contained in:
AJR 2020-07-16 18:07:09 -04:00
parent 896a982d1b
commit dd2bf77ba6

View File

@ -88,9 +88,9 @@ namespace netlist
NETLIB_OBJECT(CD4066_GATE_DYNAMIC) NETLIB_OBJECT(CD4066_GATE_DYNAMIC)
{ {
NETLIB_CONSTRUCTOR_MODEL(CD4066_GATE_DYNAMIC, "CD4XXX") NETLIB_CONSTRUCTOR_MODEL(CD4066_GATE_DYNAMIC, "CD4XXX")
, m_R(*this, "R", NETLIB_DELEGATE(input)) , m_R(*this, "R")
, m_DUM1(*this, "_DUM1", NETLIB_DELEGATE(input)) , m_DUM1(*this, "_DUM1")
, m_DUM2(*this, "_DUM2", NETLIB_DELEGATE(input)) , m_DUM2(*this, "_DUM2")
, m_base_r(*this, "BASER", nlconst::magic(270.0)) , m_base_r(*this, "BASER", nlconst::magic(270.0))
, m_last(*this, "m_last", false) , m_last(*this, "m_last", false)
, m_supply(*this) , m_supply(*this)