summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/macro/nlm_other.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/macro/nlm_other.cpp')
-rw-r--r--src/lib/netlist/macro/nlm_other.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/macro/nlm_other.cpp b/src/lib/netlist/macro/nlm_other.cpp
index 2a2478341ad..401fe7fc172 100644
--- a/src/lib/netlist/macro/nlm_other.cpp
+++ b/src/lib/netlist/macro/nlm_other.cpp
@@ -86,8 +86,8 @@ NETLIST_END()
static NETLIST_START(NE566_DIP)
VCVS(VI, 1)
- CCCS(CI1, 1)
- CCCS(CI2, -1)
+ CCCS(CI1, -1)
+ CCCS(CI2, 1)
SYS_COMPD(COMP)
SYS_DSW2(SW)
VCVS(VO, 1)