diff options
author | 2020-05-01 10:04:22 +0200 | |
---|---|---|
committer | 2020-05-01 10:04:22 +0200 | |
commit | 13f6e92cec9bba6a96464e382f97d14e28628290 (patch) | |
tree | a5962552284cb030790912e2f34200db25ae1655 /src/lib/netlist/build | |
parent | cb3210d0ad8e00f2a3f17d2f7346a75f78739a36 (diff) |
netlist: Add the NE566 as a macro device. [Couriersud]
The device can be found in nlm_other.cpp.
Removed nld_ne566.*
Added SYS_SW, SYS_SW2 and SYS_COMP. These are single switch,
alternating switch and a analog comparator with digital outputs.
Renamed RES_SWITCH to SYS_SW.
Added example ne566.cpp in netlist/examples.
Diffstat (limited to 'src/lib/netlist/build')
-rw-r--r-- | src/lib/netlist/build/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/netlist/build/makefile b/src/lib/netlist/build/makefile index 705b68c815d..99000404552 100644 --- a/src/lib/netlist/build/makefile +++ b/src/lib/netlist/build/makefile @@ -175,7 +175,6 @@ NLOBJS := \ $(NLOBJ)/devices/nld_dm9334.o \ $(NLOBJ)/devices/nld_mm5837.o \ $(NLOBJ)/devices/nld_ne555.o \ - $(NLOBJ)/devices/nld_ne566.o \ $(NLOBJ)/devices/nld_r2r_dac.o \ $(NLOBJ)/devices/nld_tristate.o \ $(NLOBJ)/devices/nld_schmitt.o \ |