summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_74153.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-06-01 19:57:25 +0200
committer couriersud <couriersud@gmx.org>2020-06-01 19:59:51 +0200
commit215aa82cec996af4f2c1cef16f15e63e1ad22572 (patch)
tree22647145913da1d06aa92f6389c5315909c8f931 /src/lib/netlist/devices/nld_74153.cpp
parentc00dc878303e85ebcc933415e52b7200a6b9f6e6 (diff)
netlist: Change use of NETLIB_DELEGATE macro. (nw)
The macro now has only one parameter, the local name of the delegate.
Diffstat (limited to 'src/lib/netlist/devices/nld_74153.cpp')
-rw-r--r--src/lib/netlist/devices/nld_74153.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/devices/nld_74153.cpp b/src/lib/netlist/devices/nld_74153.cpp
index 6fa8fad4cb7..ce6f6536364 100644
--- a/src/lib/netlist/devices/nld_74153.cpp
+++ b/src/lib/netlist/devices/nld_74153.cpp
@@ -21,8 +21,8 @@ namespace devices
NETLIB_OBJECT(74153)
{
NETLIB_CONSTRUCTOR(74153)
- , m_C(*this, {"C0", "C1", "C2", "C3"}, NETLIB_DELEGATE(74153, sub))
- , m_G(*this, "G", NETLIB_DELEGATE(74153, sub))
+ , m_C(*this, {"C0", "C1", "C2", "C3"}, NETLIB_DELEGATE(sub))
+ , m_G(*this, "G", NETLIB_DELEGATE(sub))
, m_Y(*this, "AY") //FIXME: Change netlists
, m_chan(*this, "m_chan", 0)
, m_A(*this, "A")