summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/devices/nld_74107.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/devices/nld_74107.c')
-rw-r--r--src/emu/netlist/devices/nld_74107.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/netlist/devices/nld_74107.c b/src/emu/netlist/devices/nld_74107.c
index c5b205150ac..84743900c66 100644
--- a/src/emu/netlist/devices/nld_74107.c
+++ b/src/emu/netlist/devices/nld_74107.c
@@ -11,9 +11,9 @@ NETLIB_START(74107Asub)
register_output("Q", m_Q);
register_output("QQ", m_QQ);
- save(NAME(m_Q1));
- save(NAME(m_Q2));
- save(NAME(m_F));
+ save(NLNAME(m_Q1));
+ save(NLNAME(m_Q2));
+ save(NLNAME(m_F));
}
NETLIB_RESET(74107Asub)