summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/devices/nld_7427.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/devices/nld_7427.h')
-rw-r--r--src/emu/netlist/devices/nld_7427.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/netlist/devices/nld_7427.h b/src/emu/netlist/devices/nld_7427.h
index ae5f7e65a75..88dc344ea16 100644
--- a/src/emu/netlist/devices/nld_7427.h
+++ b/src/emu/netlist/devices/nld_7427.h
@@ -43,12 +43,12 @@
NETLIB_SIGNAL(7427, 3, 1, 0);
#define TTL_7427_DIP(_name) \
- NET_REGISTER_DEV(7427_dip, _name)
+ NET_REGISTER_DEV(7427_dip, _name)
NETLIB_DEVICE(7427_dip,
- NETLIB_NAME(7427) m_1;
- NETLIB_NAME(7427) m_2;
- NETLIB_NAME(7427) m_3;
+ NETLIB_NAME(7427) m_1;
+ NETLIB_NAME(7427) m_2;
+ NETLIB_NAME(7427) m_3;
);
#endif /* NLD_7427_H_ */