diff options
Diffstat (limited to 'src/lib/netlist/devices/nld_system.cpp')
-rw-r--r-- | src/lib/netlist/devices/nld_system.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/netlist/devices/nld_system.cpp b/src/lib/netlist/devices/nld_system.cpp index 20592f9f46d..547581ec590 100644 --- a/src/lib/netlist/devices/nld_system.cpp +++ b/src/lib/netlist/devices/nld_system.cpp @@ -26,10 +26,7 @@ namespace devices { m_cnt = 0; m_off = netlist_time::from_fp<decltype(m_offset())>(m_offset()); - m_feedback.set_delegate(NETLIB_DELEGATE(extclock, update)); - - //m_feedback.m_delegate .set(&NETLIB_NAME(extclock)::update, this); - //m_Q.initial(0); + m_feedback.set_delegate(NETLIB_DELEGATE(update)); } NETLIB_HANDLER(extclock, clk2) |