summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/devices/nld_7425.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/devices/nld_7425.h')
-rw-r--r--src/emu/netlist/devices/nld_7425.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/netlist/devices/nld_7425.h b/src/emu/netlist/devices/nld_7425.h
index 271e59ee49b..f7df8442851 100644
--- a/src/emu/netlist/devices/nld_7425.h
+++ b/src/emu/netlist/devices/nld_7425.h
@@ -49,11 +49,11 @@
NETLIB_SIGNAL(7425, 4, 1, 0);
#define TTL_7425_DIP(_name) \
- NET_REGISTER_DEV(7425_dip, _name)
+ NET_REGISTER_DEV(7425_dip, _name)
NETLIB_DEVICE(7425_dip,
- NETLIB_NAME(7425) m_1;
- NETLIB_NAME(7425) m_2;
+ NETLIB_NAME(7425) m_1;
+ NETLIB_NAME(7425) m_2;
);
#endif /* NLD_7425_H_ */