summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/devices/nld_74123.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/devices/nld_74123.c')
-rw-r--r--src/emu/netlist/devices/nld_74123.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/netlist/devices/nld_74123.c b/src/emu/netlist/devices/nld_74123.c
index 2218c06c9b4..e0bd2fc788d 100644
--- a/src/emu/netlist/devices/nld_74123.c
+++ b/src/emu/netlist/devices/nld_74123.c
@@ -32,9 +32,9 @@ NETLIB_START(74123)
connect(m_RN.m_P, m_RP.m_N);
connect(m_CV, m_RN.m_P);
- save(NAME(m_last_trig));
- save(NAME(m_state));
- save(NAME(m_KP));
+ save(NLNAME(m_last_trig));
+ save(NLNAME(m_state));
+ save(NLNAME(m_KP));
m_KP = 1.0 / (1.0 + exp(m_K.Value()));
}