summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_7474.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist: fix bugs and more cpp instead of macros (#9897) couriersud2022-06-101-1/+1
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-091-1/+1
* -unidasm: Allow input piped from stdin by specifying a bare hyphen as the fil... Vas Crabb2020-11-181-6/+2
* netlist: move to generated header and link support files files. couriersud2020-09-121-1/+0
* netlist: Fix various issues around include directories. couriersud2020-08-251-1/+1
* netlist: Move documentation from header to cpp file. Batch 2. couriersud2020-08-021-1/+35
* netlist: More dip macros and device refactoring Aaron Giles2020-08-011-34/+0
* netlist: Potential regression trigger. couriersud2020-07-171-5/+0
* netlist: comment out empty reset and update calls couriersud2020-07-161-10/+2
* netlist: another batch of explicit handler refactoring. couriersud2020-07-121-37/+38
* netlist: Change use of NETLIB_DELEGATE macro. (nw) couriersud2020-06-011-1/+1
* netlist: move nld_power_pins to nl_base.h (nw) couriersud2020-05-081-1/+0
* netlist: array -> std::array (nw) couriersud2019-05-121-1/+3
* netlist: use A,B,C,... for packaged components. couriersud2019-04-211-22/+22
* netlist: Add power terminals to most logic devices. couriersud2019-04-211-3/+10
* (nw) Clean up the mess on master Vas Crabb2019-03-261-87/+45
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-45/+87
* netlist: refactoring. (nw) couriersud2019-03-011-19/+15
* netlist: Fix relative include paths and a conflict. (nw) couriersud2019-02-231-1/+1
* netlist: Further simplification and optimization. (nw) couriersud2019-02-041-0/+2
* Removed most inlines not necessary ... (nw) couriersud2019-01-121-9/+7
* Fix reset members. (nw) couriersud2019-01-101-1/+1
* Move information where it belongs ... into the drivers. (nw) couriersud2019-01-101-2/+2
* C++ and minor performance optimizations. (nw) couriersud2019-01-091-67/+29
* Fixed tp1983 and 7497 and added 7497 dip version. (nw) couriersud2019-01-091-2/+2
* Merge pull request #4487 from shattered/_1c5572b0c3 R. Belmont2019-01-071-2/+2
|\
| * netlist wip: 7474, 7497, test driver Sergey Svishchev2019-01-071-2/+2
* | Code maintenance and bug fixes. (nw) couriersud2019-01-071-1/+1
|/
* Make sure netlist includes are not found directly on include path. couriersud2017-02-101-1/+1
* Separate include file usage for netlist. couriersud2017-01-291-0/+1
* Netlist updates: couriersud2016-07-211-6/+6
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-3/+1
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-6/+4
* - More code cleanup. couriersud2016-06-071-2/+2
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-7/+6
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-54/+145
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-251-1/+1
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+1
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-211-4/+4
* Continuing work to move object initialization from start to constructor. couriersud2016-05-161-59/+13
* Align object registration syntax. (nw) couriersud2016-05-101-6/+6
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-021-28/+28
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+127