summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/macro/nlm_ttl74xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/macro/nlm_ttl74xx.h')
-rw-r--r--src/lib/netlist/macro/nlm_ttl74xx.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/netlist/macro/nlm_ttl74xx.h b/src/lib/netlist/macro/nlm_ttl74xx.h
index 63417177ccd..060ac8d54eb 100644
--- a/src/lib/netlist/macro/nlm_ttl74xx.h
+++ b/src/lib/netlist/macro/nlm_ttl74xx.h
@@ -284,6 +284,15 @@
#endif
+#define TTL_74121_DIP(name) \
+ NET_REGISTER_DEV(TTL_74121_DIP, name)
+
+#define TTL_74123_DIP(name) \
+ NET_REGISTER_DEV(TTL_74123_DIP, name)
+
+#define TTL_9602_DIP(name) \
+ NET_REGISTER_DEV(TTL_9602_DIP, name)
+
#define TTL_74125_DIP(name) \
NET_REGISTER_DEV(TTL_74125_DIP, name)