summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/macro/nlm_other.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/macro/nlm_other.h')
-rw-r--r--src/emu/netlist/macro/nlm_other.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/netlist/macro/nlm_other.h b/src/emu/netlist/macro/nlm_other.h
index c658b0dfbb3..3bf574d6973 100644
--- a/src/emu/netlist/macro/nlm_other.h
+++ b/src/emu/netlist/macro/nlm_other.h
@@ -9,10 +9,10 @@
* Netlist Macros
* ---------------------------------------------------------------------------*/
-#define MC14584B_GATE(_name) \
+#define MC14584B_GATE(_name) \
NET_REGISTER_DEV(MC14584B_GATE, _name)
-#define MC14584B_DIP(_name) \
+#define MC14584B_DIP(_name) \
NET_REGISTER_DEV(MC14584B_DIP, _name)