summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/devices/nld_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/devices/nld_system.c')
-rw-r--r--src/emu/netlist/devices/nld_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/netlist/devices/nld_system.c b/src/emu/netlist/devices/nld_system.c
index a0c21ee6a2a..565b1c81dd1 100644
--- a/src/emu/netlist/devices/nld_system.c
+++ b/src/emu/netlist/devices/nld_system.c
@@ -299,7 +299,7 @@ NETLIB_START(function)
register_output("Q", m_Q);
for (int i=0; i < m_N; i++)
- register_input(pstring::sprintf("A%d", i), m_I[i]);
+ register_input(pformat("A%1")(i), m_I[i]);
pstring_list_t cmds(m_func.Value(), " ");
m_precompiled.clear();