summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/examples/ne566.cpp
Commit message (Collapse)AuthorAgeFilesLines
* netlist: change license for netlists in examples to CC0. [Couriersud] couriersud2020-05-021-1/+4
|
* netlist: Fix inclusion of examples in documentation. (nw) couriersud2020-05-011-0/+10
|
* netlist: Add the NE566 as a macro device. [Couriersud] couriersud2020-05-011-0/+21
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.