mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
nld_4066.cpp: Actually fix build for now
This commit is contained in:
parent
896a982d1b
commit
dd2bf77ba6
@ -88,9 +88,9 @@ namespace netlist
|
||||
NETLIB_OBJECT(CD4066_GATE_DYNAMIC)
|
||||
{
|
||||
NETLIB_CONSTRUCTOR_MODEL(CD4066_GATE_DYNAMIC, "CD4XXX")
|
||||
, m_R(*this, "R", NETLIB_DELEGATE(input))
|
||||
, m_DUM1(*this, "_DUM1", NETLIB_DELEGATE(input))
|
||||
, m_DUM2(*this, "_DUM2", NETLIB_DELEGATE(input))
|
||||
, m_R(*this, "R")
|
||||
, m_DUM1(*this, "_DUM1")
|
||||
, m_DUM2(*this, "_DUM2")
|
||||
, m_base_r(*this, "BASER", nlconst::magic(270.0))
|
||||
, m_last(*this, "m_last", false)
|
||||
, m_supply(*this)
|
||||
|
Loading…
Reference in New Issue
Block a user