summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into netlist-generated couriersud2020-09-136-7/+35
|\
| * netlist: move more models into the core. couriersud2020-09-133-3/+27
| * netlist: Move selected NET_MODELS into the core couriersud2020-09-124-4/+8
| * netlist: move to generated header and link support files files. couriersud2020-09-12137-2278/+273
* | netlist.lua: use files provided by generated/mame_netlist.lua couriersud2020-09-131-0/+78
* | netlist: Add documentation how to add devices. couriersud2020-09-1214-175/+93
* | netlist: files add missing in last commit couriersud2020-09-122-0/+95
* | netlist: automatically create library entries for files in ... couriersud2020-09-126-25/+12
* | Merge remote-tracking branch 'origin/master' into netlist-generated couriersud2020-09-114-5/+9
|\|
| * netlist: clang tidy fixes. couriersud2020-09-114-5/+9
| * netlist: add listmodels command to nltool. Couriersud2020-09-092-1/+55
| * netlist: Implement voltage dependent timing for CD4006 couriersud2020-09-092-9/+35
* | netlist: Implement voltage dependent timing for CD4006 couriersud2020-09-092-9/+35
* | netlist: add listmodels command to nltool. Couriersud2020-09-092-1/+55
* | netlist: start work on modules. couriersud2020-09-0712-34/+87
* | netlist: Fix VS2019 header files. couriersud2020-09-072-208/+0
* | netlist: second round of header removal couriersud2020-09-0710-804/+4
* | netlist: First round of header file removal. couriersud2020-09-07104-1054/+4
* | netlist: switch to generated header files. couriersud2020-09-061-1/+1
|/
* netlist: Pedantic and clang tidy updates couriersud2020-09-0628-52/+57
* netlist: fix multi byte string issues. couriersud2020-09-064-32/+36
* netlist: Fix a compile issues with mingw. couriersud2020-09-051-0/+4
* netlist: code maintenance and performance optimizations. Couriersud2020-09-0541-902/+1034
* netlist: Remove copyright-infringing descriptions copy/pasted from datasheets. Vas Crabb2020-08-295-671/+0
* netlist: Fix processing of TRUTHTABLES for generated files. couriersud2020-08-284-571/+929
* netlist: Truth tables are now standalone objects. couriersud2020-08-2610-401/+470
* netlist: standalone makefile support for OSX couriersud2020-08-261-3/+14
* netlist: Change license to CC0 in macro folder. couriersud2020-08-2511-11/+11
* netlist: Fix various issues around include directories. couriersud2020-08-25151-526/+533
* netlist: more standalone makefile changes couriersud2020-08-247-741/+804
* netlist: Add 7417, 7438, 74290/74293 devices. Fix PROM DIPs. Aaron Giles2020-08-245-28/+293
* netlist: clang tidy include order fixes. couriersud2020-08-246-8/+8
* netlist: build system improvements couriersud2020-08-2413-1688/+1334
* netlist: in devices folder all DIP devices were removed. couriersud2020-08-235-88/+98
* netlist: References to subdevices should be symbolic. couriersud2020-08-2316-124/+118
* netlist: Fix visibility in some devices. couriersud2020-08-238-19/+14
* netlist: templatize 74107 and code maintenance. couriersud2020-08-238-143/+85
* netlist: macro dip definition for 8277,am2847,mm5837. couriersud2020-08-2311-105/+82
* netlist: Macro DIP definitons for TMS4800, 9314, 9334 couriersud2020-08-2311-159/+85
* srcclean for 0.224 Vas Crabb2020-08-234-113/+113
* netlist: use macro dips for 74175, 74192, 74193, 74194, 74365. couriersud2020-08-2213-241/+128
* netlist: remove duplicate device definitions. couriersud2020-08-2211-407/+112
* netlist: fix clang build. couriersud2020-08-222-7/+6
* netlist: Add NETLIB_DELEGATE_NOOP() couriersud2020-08-228-18/+17
* netlist: Fix some documentation issues. couriersud2020-08-223-4/+16
* netlist: Fix some pedantic clang warnings. couriersud2020-08-222-3/+3
* netlist: Add AN6551 opamp couriersud2020-08-202-1/+39
* netlist: optimized 7416 couriersud2020-08-201-24/+28
* palloc: use posix_memalign with android Tiago Pierezan Camargo2020-08-201-1/+1
* Updated static solvers. Aaron Giles2020-08-191-6612/+18025