summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/macro
Commit message (Collapse)AuthorAgeFilesLines
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-128-498/+0
|
* Removed relative paths in include statements. (nw) couriersud2015-08-034-4/+4
|
* Improve MB3614 parameters. Changed some opamps to type "idealized" (type couriersud2015-07-291-2/+1
| | | 1) in Congo Bongo netlist and got 50% speed improvement.
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-297-20/+20
|
* Added macro models of LM324 and LM358. Made kidniki use those. (nw) couriersud2015-07-292-3/+46
|
* Move MC14584B to nlm_other.[ch] (nw) couriersud2015-07-272-0/+82
|
* Consolidate the scattered model parsing code. Now models support couriersud2015-07-231-2/+2
| | | | recursive models,e.g. DIODE("1N914(IS=1e-15)"). Removed ".model" from model definitions. (nw)
* Aligned builtin device identification with parser device couriersud2015-07-193-8/+8
| | | identification. (nw)
* Add macro library for opamp models. (nw) couriersud2015-07-163-0/+81
|
* Moved CD4000 DIP definitions to macro lib. (nw) couriersud2015-07-132-1/+81
|
* Changed uppercase filenames to lowercase. (nw) couriersud2015-07-124-2/+4
|
* Moved CD4020_DIP implementation to macro lib. (nw) couriersud2015-07-122-0/+50
|
* Align naming conventions of CD4XXX series. (nw) couriersud2015-07-121-1/+1
|
* Created macro libraries for CD4XXX and 74XX chip families. Going couriersud2015-07-124-0/+161
forward, these will contain all devices which can be described using truthtables and DIPPINS. [Couriersud]