summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/nl_base.c
Commit message (Expand)AuthorAgeFilesLines
* Netlist dead code removal Couriersud2014-03-041-38/+0
* Made GMIN a solver parameter. All users now use this value. Couriersud2014-03-041-5/+74
* Fixed pong (rom based). Minor changes no netlist code.[Couriersud] Couriersud2014-03-041-2/+2
* Removed hybrid_t usage in netlist. Couriersud2014-03-031-31/+36
* NET_C now accepts more than two terminals ... Couriersud2014-03-021-2/+16
* Some minor performance changes. It looks like the code is limited by memory b... Couriersud2014-02-281-31/+34
* Minor cosmetic changes for netlist Couriersud2014-02-261-20/+11
* Fixed a netlist crash on clang due to ATTR_NORETURN. Also fixed some debug st... Couriersud2014-02-241-7/+7
* Minor netlist updates with focus on performance. Also added 16bit int to pstate. Couriersud2014-02-231-3/+56
* Netlist maintenance: Couriersud2014-02-111-3/+4
* Netlist maintenance: Couriersud2014-02-091-13/+17
* Made device startup cleaner. Couriersud2014-02-091-2/+2
* Netlist code maintenance work. Couriersud2014-02-091-29/+31
* All MAME <-> Netlist interfacing is now done in the machine device driver. This Couriersud2014-02-081-8/+2
* Netlist bugfixes: Couriersud2014-02-011-8/+35
* Implemented a fallback to Gaussian elimination if Gauss-Seidel exceeds a cert... Couriersud2014-01-311-2/+0
* Fixed a nasty issue around convergence by defaulting to Gaussian elemination ... Couriersud2014-01-311-7/+8
* Created a better logic-to-analog proxy approximating output impedance. This r... Couriersud2014-01-271-1/+1
* Fix a bug in connecting nets. This bug surfaced during introduction of a "clo... Couriersud2014-01-261-0/+2
* Removed dead code and simplified matrix solvers. No Wn Couriersud2014-01-191-10/+11
* Introduced the concept of "logic families". Currently, standard devices defau... Couriersud2014-01-121-16/+24
* Made GND a device of it's own (actually a terminal container). No WN Couriersud2014-01-121-0/+5
* An output should have at most one d-to-a proxy connected to it. No WN Couriersud2014-01-121-8/+12
* Removed some dead code and ambiguous functions in the netlist code. [Couriersud] Couriersud2014-01-121-48/+38
* Implemented near-to-proper reset for all netlist devices. Reset now works for... Couriersud2014-01-111-2/+33
* Implemented an improved solving scheme into netlist. This improves performanc... Couriersud2014-01-111-7/+13
* Removed pointless "...->object()->" usage and fixed some issues in debug buil... Couriersud2014-01-101-7/+7
* Quite a number of simplifications for netlist. Also tested some parallel proc... Couriersud2014-01-101-5/+20
* Added a "-listdevices" option to nltool to list all available devices. Simpli... Couriersud2014-01-081-16/+18
* Moved analog stuff into its new home. No wn. Couriersud2014-01-061-1/+1
* Netlist: Couriersud2014-01-021-0/+6
* Pong now has complete emulation of discrete logic for runQ and SRST signals. ... Couriersud2014-01-021-1/+1
* Minor modifications to the netlist code. No wn Couriersud2014-01-011-42/+36
* Further untangled nl_base.[hc] and mame-specific netlist.c. No wn Couriersud2013-12-291-93/+50
* Alignment of netlist with MAME standards. Inputs to netlist are now registere... Couriersud2013-12-271-42/+42
* Removed legacy code in netlist and separated out 74153 and 74107(A). [Courier... Couriersud2013-12-251-4/+0
* Added missing interfaces to netlist. mame -debug pongf now does not crash any... Couriersud2013-12-241-14/+65
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-345/+342
* Netlist: introduced more consistent and general state saving. Useful for regr... Couriersud2013-12-221-17/+0
* Netlist and Pong: Couriersud2013-12-201-7/+57
* Pong update: Couriersud2013-12-191-3/+24
* Netlist: Couriersud2013-12-171-31/+91
* Netlist & pong: Couriersud2013-12-161-9/+17
* Netlist: Couriersud2013-12-161-3/+3
* fix linking with visual studio (nw) smf-2013-12-161-1/+1
* Netlist: Couriersud2013-12-141-145/+146
* Netlist: Couriersud2013-12-121-5/+5
* Netlist: Couriersud2013-12-111-1/+2
* Netlist: Couriersud2013-12-101-2/+2
* Fix netlist issues. Forgot to commit pstring.[ch] in previous commit. Couriersud2013-12-081-2/+2