summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/devices/nld_7410.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/devices/nld_7410.h')
-rw-r--r--src/emu/netlist/devices/nld_7410.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/netlist/devices/nld_7410.h b/src/emu/netlist/devices/nld_7410.h
index 098ca903fff..82c6c194476 100644
--- a/src/emu/netlist/devices/nld_7410.h
+++ b/src/emu/netlist/devices/nld_7410.h
@@ -43,13 +43,13 @@
NETLIB_SIGNAL(7410, 3, 0, 0);
#define TTL_7410_DIP(_name) \
- NET_REGISTER_DEV(7410_dip, _name)
+ NET_REGISTER_DEV(7410_dip, _name)
NETLIB_DEVICE(7410_dip,
- NETLIB_NAME(7410) m_1;
- NETLIB_NAME(7410) m_2;
- NETLIB_NAME(7410) m_3;
+ NETLIB_NAME(7410) m_1;
+ NETLIB_NAME(7410) m_2;
+ NETLIB_NAME(7410) m_3;
);
#endif /* NLD_7410_H_ */