summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist
Commit message (Expand)AuthorAgeFilesLines
* Drop unnecessary executable permissions (#9257) Julian Sikorski2022-02-0315-0/+0
* Fix building with gcc-12 (#9204) Julian Sikorski2022-01-241-0/+1
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-062-3/+3
* Fix a duplicate #include and an indendation error Vas Crabb2021-08-231-1/+0
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-09155-159/+159
* Update "2020" text to "2021" (#7713) Stiletto2021-01-282-2/+2
* ATTR_UNUSED, do you welcome C++17 in your heart and mind? Olivier Galibert2021-01-221-2/+2
* -unidasm: Allow input piped from stdin by specifying a bare hyphen as the fil... Vas Crabb2020-11-1866-844/+612
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-3/+2
* srcclean in preparation for 0.226 release branch Vas Crabb2020-10-251-2/+2
* brdrline: Add frontiers, reduce timestep to improve performance Aaron Giles2020-10-091-802/+3414
* frogs: Add AFUNC frontiers to improve performance Aaron Giles2020-10-081-2921/+2796
* netlist: Add LM348, CD4071, CD4081 devices Aaron Giles2020-10-083-1/+112
* vicdual: Add frogs netlist. Make sound board interface more general. Aaron Giles2020-10-071-209/+3075
* brdrline: sound improvements (#7332) beta-tester2020-10-061-209/+209
* Hook up Borderline netlist, provided by 'beta-tester' (#7328) [beta-tester] Aaron Giles2020-10-052-200/+5597
* netlist: fix VS build. couriersud2020-10-032-4/+4
* netlist: catch parenthesis count mismatch in formulas. couriersud2020-10-032-1/+8
* Exception specifications on deleted operators/constructors aren't useful. Vas Crabb2020-10-032-6/+6
* pmatrix_cr.h: More logical fix for the nothrow issue AJR2020-10-021-1/+1
* netlist: Revert changes intended to make the code work on OSX 10.10. couriersud2020-10-032-4/+4
* Fix clang error: exception specification of explicitly defaulted move assignm... AJR2020-10-022-6/+6
* netlist: simplify code. couriersud2020-10-027-77/+46
* netlist: move core_terms to netlist_state. couriersud2020-10-028-61/+71
* netlist: more clang lint fixes. couriersud2020-10-0222-346/+384
* netlist: Add parse optimization to pfunction. couriersud2020-10-022-20/+99
* netlist: rename more files to lower case. couriersud2020-10-022-0/+0
* netlist: Convert driver filenames to lower case. couriersud2020-09-3012-30/+32
* netlist: Fix a net splitting issue with four term devices. couriersud2020-09-306-16/+48
* netlist: Rewrote frontier documentation. couriersud2020-09-303-29/+28
* netlist: applied some clang tidy recommendations couriersud2020-09-3013-14/+24
* netlist: implement stricter validation. couriersud2020-09-283-523/+59
* netlist: Remove "extended validation mode" couriersud2020-09-286-43/+7
* netlist: Fix astro blaster sonar sound couriersud2020-09-271-1735/+1686
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-274-14/+14
* netlist: minor code cleanup. couriersud2020-09-2518-111/+131
* netlist: Fixed a couple of issues with various compilers. couriersud2020-09-246-3/+25
* netlist: make pstring length/size use consistent. couriersud2020-09-246-16/+33
* netlist: clearly identify void * casts. couriersud2020-09-244-5/+9
* netlist: Fix 128 bit integer support. couriersud2020-09-245-20/+32
* netlist: Improve queue handling documentation in code. couriersud2020-09-243-4/+44
* netlist: code refactoring couriersud2020-09-2427-203/+194
* astrob: significant performance increase couriersud2020-09-201-1188/+1677
* netlist: code refactoring. couriersud2020-09-207-169/+166
* Fix a minor error in the CD4076 netlist library device implementation definit... Lord-Nightmare2020-09-182-2/+2
* Netlist devices for MCM14524, CD4029, CD4030, CD4042, CD4049, CD4076 [Lord Ni... Lord-Nightmare2020-09-178-0/+1012
* netlist: emscripten can not use specialization efficiently. couriersud2020-09-173-0/+14
* netlist: optimize headers. couriersud2020-09-1711-78/+101
* netlist: Move ICL8038_DIP and NE556_DIP to core. couriersud2020-09-173-1/+88
* netlist: move more models into the core. couriersud2020-09-133-3/+27