summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist
Commit message (Expand)AuthorAgeFilesLines
* Fix more breakage Vas Crabb2015-04-011-1/+1
* Start removing the use of OSD macros outside OSD since core objects are share... Vas Crabb2015-04-011-1/+1
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-70/+0
* more Android fixes (nw) Miodrag Milanovic2015-03-211-1/+1
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-2817-133/+130
* Promote osd_getenv from osdlib.h to osdcore.h. Change return type to couriersud2015-01-271-17/+23
* Minor Solaris fixes. (nw) couriersud2015-01-251-0/+4
* More netlist code reschuffle to separate setup from run. (nw) couriersud2015-01-188-42/+63
* Fix crash caused by 4066 dip device. (nw) couriersud2015-01-182-3/+3
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-01-181-1/+1
|\
| * Compile fix (nw) Scott Stone2015-01-181-1/+1
* | Introduced an nl_double type. This will be followed by an nl_float type couriersud2015-01-1830-309/+317
|/
* Fixed memory allocation in netlist code. This caused a number of memory couriersud2015-01-1818-186/+285
* Remove dependencies on mame headers in netlist code. (nw) couriersud2015-01-1724-87/+118
* Fix bug highlighted by Visual Studio Code Analysis. (nw) couriersud2015-01-091-1/+1
* Fixed Visual Studio source analysis warnings. (nw) couriersud2015-01-091-2/+2
* Netlist update. Most prominent one is a "frontier" element which on a couriersud2014-12-3110-20/+109
* Changing #includes for headers that are part of toolchain and not part of any... Scott Stone2014-09-291-1/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-8/+0
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-2227-1404/+1401
* Cleanups and version bump Miodrag Milanovic2014-07-2220-633/+627
* Added more device to netlist: Couriersud2014-06-2915-71/+352
* Fix crash caused "-debug -noautosave" when exiting the debugger immediately. Couriersud2014-06-241-1/+3
* Fixed debug build and a bug in connecting analog output to analog input. Couriersud2014-06-235-9/+20
* Fix debug build (nw) Wilbert Pol2014-06-221-1/+1
* Netlist: Couriersud2014-06-217-113/+161
* Added CD4020 device. Couriersud2014-06-218-22/+238
* Align naming convention to be the same for nld_signal and nld_truthtable Couriersud2014-06-2115-110/+158
* More cleanup and some development: Couriersud2014-06-2011-175/+245
* Removed a number of "uninitialized member" warnings by using a template wrapp... Couriersud2014-06-1916-26/+48
* Moved solver templates into separate header files. Couriersud2014-06-198-921/+1009
* Fix clang compile. Couriersud2014-06-151-1/+1
* Goodbye to m_last_analog ... it was used any longer. Couriersud2014-06-153-14/+0
* Optimized netlist proxies. Small but measurable performance increase for pong... Couriersud2014-06-158-181/+232
* netlist: Couriersud2014-06-154-107/+188
* Disable printf logging of stats Couriersud2014-06-031-1/+1
* Quite a number of changes: Couriersud2014-06-033-196/+325
* Document & save work. Pretty convoluted code now. I'd really miss the good ol... Couriersud2014-06-013-143/+303
* Netlist changes: Couriersud2014-05-308-160/+201
* Further work on vectorization. Works, but not yet finished. Couriersud2014-05-295-71/+85
* Further work on vectorization. Works but not yet finished. Couriersud2014-05-294-144/+192
* More cleanups and one bug: resize should never have been public in plists.h Couriersud2014-05-293-37/+37
* Dead code removal Couriersud2014-05-282-29/+14
* Netlist updates and bugfixes Couriersud2014-05-283-53/+96
* Further simplification and clean up around the linear system solvers. Couriersud2014-05-255-160/+175
* Performance related changes. Mostly from analyzing auto-vectorization. Couriersud2014-05-233-63/+128
* Renamed auxiliary types to move them into the "p" namespace (plinearlist_t, p... Couriersud2014-05-229-338/+388
* Some improvements to the solver code. Couriersud2014-05-222-18/+36
* Netlist codebase now also compiles outside the MAME environment. Couriersud2014-05-2113-164/+252
* fixed DEBUG compilation (nw) Oliver Stöneberg2014-05-211-1/+1