summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/nl_setup.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-5/+5
* More netlist code reschuffle to separate setup from run. (nw) couriersud2015-01-181-1/+12
* Fixed memory allocation in netlist code. This caused a number of memory couriersud2015-01-181-5/+5
* Remove dependencies on mame headers in netlist code. (nw) couriersud2015-01-171-3/+7
* Fix bug highlighted by Visual Studio Code Analysis. (nw) couriersud2015-01-091-1/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-8/+0
* Cleanups and version bump Miodrag Milanovic2014-07-221-18/+18
* Fixed debug build and a bug in connecting analog output to analog input. Couriersud2014-06-231-2/+7
* Netlist codebase now also compiles outside the MAME environment. Couriersud2014-05-211-32/+29
* Straightened the timing code. With solver parameter DYNAMIC_TS=1 the system n... Couriersud2014-05-201-3/+8
* Introduced netlist_analog_net_t and netlist_logic_net_t to untangle code a bit. Couriersud2014-05-171-1/+1
* More work on pong doubles. Working again (if enabled). Couriersud2014-05-041-3/+3
* Netlist: All analysis is now based on an immutable list of terminals. The dyn... Couriersud2014-04-131-6/+8
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-119/+119
* Netlist: fixed reset (F3) and save state. Both crashed after last changes. Fi... Couriersud2014-04-061-3/+8
* netlist: Nice performance increase by removing logic terminals from net if th... Couriersud2014-03-231-4/+4
* Moved device models for diodes and bjts into net_lib.c Couriersud2014-03-021-6/+3
* Popeye now has netlist filtering and amplification. [Couriersud] Couriersud2014-03-021-0/+3
* NET_C now accepts more than two terminals ... Couriersud2014-03-021-0/+14
* Minor cosmetic changes for netlist Couriersud2014-02-261-1/+1
* first round of printf fixes (nw) Oliver Stöneberg2014-02-251-2/+2
* Fixed a netlist crash on clang due to ATTR_NORETURN. Also fixed some debug st... Couriersud2014-02-241-4/+6
* Only fatalerror if we are trying to connect two railnets. Couriersud2014-02-231-2/+2
* Netlist can now be included as sub-circuits. That's the same approach SPICE u... Couriersud2014-02-131-1/+18
* Preparation to cope with multiple netlists from single source Couriersud2014-02-121-1/+1
* Netlist maintenance: Couriersud2014-02-111-11/+27
* Netlist maintenance: Couriersud2014-02-091-32/+13
* Made device startup cleaner. Couriersud2014-02-091-3/+4
* Netlist code maintenance work. Couriersud2014-02-091-40/+3
* Added route-inputs to netlist sound device. Currently this is WIP and needs s... Couriersud2014-02-021-0/+1
* Netlist bugfixes: Couriersud2014-02-011-11/+8
* Fixed a nasty issue around convergence by defaulting to Gaussian elemination ... Couriersud2014-01-311-0/+3
* Created a better logic-to-analog proxy approximating output impedance. This r... Couriersud2014-01-271-1/+26
* Fix a bug in connecting nets. This bug surfaced during introduction of a "clo... Couriersud2014-01-261-7/+9
* Major renaming of netlist device macros, like Couriersud2014-01-191-2/+2
* Netlist: Couriersud2014-01-181-3/+3
* Introduced the concept of "logic families". Currently, standard devices defau... Couriersud2014-01-121-7/+7
* Made GND a device of it's own (actually a terminal container). No WN Couriersud2014-01-121-1/+9
* An output should have at most one d-to-a proxy connected to it. No WN Couriersud2014-01-121-16/+26
* Removed some dead code and ambiguous functions in the netlist code. [Couriersud] Couriersud2014-01-121-2/+2
* Removed two duplicate devices in netlist. Couriersud2014-01-111-3/+3
* Removed pointless "...->object()->" usage and fixed some issues in debug buil... Couriersud2014-01-101-12/+18
* Quite a number of simplifications for netlist. Also tested some parallel proc... Couriersud2014-01-101-3/+4
* Added a "-listdevices" option to nltool to list all available devices. Simpli... Couriersud2014-01-081-4/+4
* Moved analog stuff into its new home. No wn. Couriersud2014-01-061-2/+2
* Fixed PNP model and added test netlist (bjt.c) [Couriersud] Couriersud2014-01-011-1/+1
* Minor modifications to the netlist code. No wn Couriersud2014-01-011-26/+26
* Enhanced the netlist parser and cleaned pong.c. Also added a folder nl_exampl... Couriersud2013-12-311-1/+2
* Alignment of netlist with MAME standards. Inputs to netlist are now registere... Couriersud2013-12-271-5/+51
* Removed legacy code in netlist and separated out 74153 and 74107(A). [Courier... Couriersud2013-12-251-1/+0