summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/solver
Commit message (Expand)AuthorAgeFilesLines
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-1211-3380/+0
* Some pedantic netlist changes. (nw) couriersud2015-08-281-1/+1
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-262-4/+3
* Moved nltool.c and nlwav.c into src/emu/netlist/prg. couriersud2015-08-231-1/+3
* Created a separate logging class. Netlist code should now be at least couriersud2015-08-237-101/+44
* Fix travis compile (hopefully). (nw) couriersud2015-08-211-1/+1
* Increase performance from 53% to 69% for matrix size around 30x30. These couriersud2015-08-212-25/+38
* Converted USE_PIVOT into runtime option PIVOT. Fixed some issues for couriersud2015-08-2111-170/+878
* Some netlist_time maintenance. Straightened code using it and added couriersud2015-08-141-1/+1
* Make netlist more typesafe. Added a pformat class to reduce sprintf couriersud2015-08-102-3/+3
* Removed relative paths in include statements. (nw) couriersud2015-08-0310-18/+18
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-292-2/+1
* please bear with me.. these are needed to compile in GCC 5.2 and I want mingw... Cowering2015-07-231-0/+12
* Aligned builtin device identification with parser device couriersud2015-07-191-1/+1
* Added two more models to netlist: couriersud2015-07-113-42/+68
* Fix GCC 4.6 compile Dirk Best2015-07-101-2/+2
* Document progress on congo bongo. Gorilla sound now works. Performance couriersud2015-07-082-6/+28
* fix GCC 4.4 compile mahlemiut2015-07-051-2/+2
* Identify size_t usage in printf by enclosing the argument in couriersud2015-07-022-6/+6
* Netlist now compiles with couriersud2015-06-307-59/+58
* fix compile (nw) MetalliC2015-06-291-2/+2
* Fix compile. (nw) couriersud2015-06-281-7/+0
* Hopefully fix more "maybes" which maybe popup sometime in the future. couriersud2015-06-282-12/+15
* Fix build without OpenMP (nw) balr0g2015-06-271-0/+2
* Improved kidniki sound quality while maintaining speed by adding more couriersud2015-06-272-24/+24
* Disable "-Wmaybe-unitialized" warnings. Unfortunately you can't do that couriersud2015-06-271-0/+7
* Modify nld_solver.c to let it comple with vs2013 (nw) yz70s2015-06-241-0/+3
* Fix a little utf-8 massacre. (nw) couriersud2015-06-241-1/+1
* Code maintenance. In addition, added a parameter to select iterative couriersud2015-06-244-84/+66
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-245-23/+22
* Analog drums and filtering for Kid Niki et al. [Andrew Gardner, couriersud2015-06-211-5/+5
* Fixed reset for proxy devices. In addition, documented how to achieve a couriersud2015-06-213-18/+37
* Move solver code into own folder. (nw) couriersud2015-06-1910-0/+2649