summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/analog
Commit message (Expand)AuthorAgeFilesLines
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-1210-1887/+0
* Created a separate logging class. Netlist code should now be at least couriersud2015-08-234-7/+1
* Converted USE_PIVOT into runtime option PIVOT. Fixed some issues for couriersud2015-08-211-1/+1
* Removed relative paths in include statements. (nw) couriersud2015-08-039-13/+13
* Improve MB3614 parameters. Changed some opamps to type "idealized" (type couriersud2015-07-291-29/+54
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-14/+13
* Consolidate the scattered model parsing code. Now models support couriersud2015-07-233-12/+12
* Changed case for parameter "model" to uppercase to align with rest of couriersud2015-07-206-47/+47
* Aligned builtin device identification with parser device couriersud2015-07-193-6/+6
* Align naming conventions of CD4XXX series. (nw) couriersud2015-07-121-1/+1
* Created macro libraries for CD4XXX and 74XX chip families. Going couriersud2015-07-121-1/+1
* Added two more models to netlist: couriersud2015-07-116-24/+262
* Move updates based on model to update_param. (nw) couriersud2015-07-111-46/+41
* Added Voltage source and Current source to netlist. [Couriersud] couriersud2015-06-302-8/+105
* Netlist now compiles with couriersud2015-06-306-32/+15
* Hopefully fix more "maybes" which maybe popup sometime in the future. couriersud2015-06-281-1/+1
* Analog drums and filtering for Kid Niki et al. [Andrew Gardner, couriersud2015-06-211-1/+2
* Move solver code into own folder. (nw) couriersud2015-06-1913-2653/+3
* Completely integrated the GMRES solver into netlist solver templates and couriersud2015-06-196-1003/+519
* Some more moves to the netlist namespace. (nw) couriersud2015-06-1915-190/+202
* worked around the compilation problem on OSX until we decide etabeta782015-06-181-0/+1
* Rename netlist::netlist_<somename> to just netlist::<somename>. (nw) couriersud2015-06-1312-71/+71
* Netlist code now uses "namespace netlist". At the same time, moved all couriersud2015-06-1317-8/+67
* Add missing file. (nw) couriersud2015-06-121-0/+202
* Added a GMRES solver to netlist. The generalized minimal residual method couriersud2015-06-123-3/+961
* Fixed a bug in the SOR solvers. (nw) couriersud2015-06-122-17/+14
* From 45% to 60% to 99%. That's the improvement achieved for a 89x89 couriersud2015-06-106-170/+183
* Fixed a number of bugs and some additions: couriersud2015-06-073-2/+10
* Fixed a number of bugs couriersud2015-06-057-373/+55
* Found some cycles by removing static declarations in some functions. couriersud2015-06-031-1/+1
* Converted netlist into a library. Moved most code from nl_convert.h to couriersud2015-06-012-4/+14
* Code maintenance. Remove commented out directives. (nw) couriersud2015-05-318-37/+37
* Netlist now uses the same approach as delegate.h to derive member couriersud2015-05-318-17/+19
* Use netlist().log() for logging instead of printf. This avoids the couriersud2015-05-291-1/+1
* commented this line to enable compile on 64bit win (nw) Miodrag Milanovic2015-05-281-1/+1
* Got truthtable parsing working in the parser. The plib preprocessor now couriersud2015-05-281-1/+1
* Moved all files in src/emu/netlist starting with p into plib folder. couriersud2015-05-275-62/+62
* Add #ifndef, #ifdef to netlist preprocessor and implemented == operator couriersud2015-05-262-20/+20
* Changed plist_t to be closer to vector. Commented out tons of inlines couriersud2015-05-265-49/+40
* Fixed some netlist issues valgrind pointed me too. In addition, added a couriersud2015-05-261-0/+4
* Added a simple preprocessor to the netlist parsing pipeline. couriersud2015-05-258-37/+37
* Fixed a number of -Wpedantic messages in netlist. The netlist code and couriersud2015-05-253-3/+3
* Cleaned up RESTRICT and ATTR_ALIGN usage. (nw) couriersud2015-05-2510-27/+27
* Cleaned up includes in header files and reworked memory allocation. (nw) couriersud2015-05-246-42/+27
* Removed netlist_input_t and net_output_t. Instead introduced couriersud2015-05-222-7/+6
* Added stop virtual method to devices to be able to log statistics couriersud2015-05-214-17/+26
* netlist: couriersud2015-05-207-28/+37
* Fixed a number of "-Wextra -Wdouble-promotion" warnings. (nw) couriersud2015-05-186-28/+30
* Made netlist code compile with "-Wextra -Wdouble-promotion couriersud2015-05-162-3/+3
* Some netlist bugfixes: couriersud2015-05-161-13/+2