summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/devices/nld_7420.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/devices/nld_7420.h')
-rw-r--r--src/emu/netlist/devices/nld_7420.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/netlist/devices/nld_7420.h b/src/emu/netlist/devices/nld_7420.h
index 3b359fb91d1..04f74c1d91c 100644
--- a/src/emu/netlist/devices/nld_7420.h
+++ b/src/emu/netlist/devices/nld_7420.h
@@ -46,12 +46,12 @@
NETLIB_SIGNAL(7420, 4, 0, 0);
#define TTL_7420_DIP(_name) \
- NET_REGISTER_DEV(7420_dip, _name)
+ NET_REGISTER_DEV(7420_dip, _name)
NETLIB_DEVICE(7420_dip,
- NETLIB_NAME(7420) m_1;
- NETLIB_NAME(7420) m_2;
+ NETLIB_NAME(7420) m_1;
+ NETLIB_NAME(7420) m_2;
);
#endif /* NLD_7420_H_ */