summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/macro/nlm_opamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/macro/nlm_opamp.h')
-rw-r--r--src/emu/netlist/macro/nlm_opamp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/netlist/macro/nlm_opamp.h b/src/emu/netlist/macro/nlm_opamp.h
index f9ed62d71b3..5b24ffc4842 100644
--- a/src/emu/netlist/macro/nlm_opamp.h
+++ b/src/emu/netlist/macro/nlm_opamp.h
@@ -9,13 +9,13 @@
* Netlist Macros
* ---------------------------------------------------------------------------*/
-#define MB3614_DIP(_name) \
+#define MB3614_DIP(_name) \
NET_REGISTER_DEV(MB3614_DIP, _name)
-#define LM324_DIP(_name) \
+#define LM324_DIP(_name) \
NET_REGISTER_DEV(LM324_DIP, _name)
-#define LM358_DIP(_name) \
+#define LM358_DIP(_name) \
NET_REGISTER_DEV(LM358_DIP, _name)
/* ----------------------------------------------------------------------------