summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/nl_setup.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-5/+3
* Analog drums and filtering for Kid Niki et al. [Andrew Gardner, couriersud2015-06-211-0/+5
* Fixed reset for proxy devices. In addition, documented how to achieve a couriersud2015-06-211-1/+2
* Some more moves to the netlist namespace. (nw) couriersud2015-06-191-158/+158
* Rename netlist::netlist_<somename> to just netlist::<somename>. (nw) couriersud2015-06-131-22/+22
* Netlist code now uses "namespace netlist". At the same time, moved all couriersud2015-06-131-6/+12
* Made it more convenient to add frontiers (impedance barriers). These couriersud2015-06-081-0/+1
* Fixed a number of bugs and some additions: couriersud2015-06-071-1/+1
* Fixed a number of bugs couriersud2015-06-051-49/+27
* Changed the way NETLIST_START(NAME) is located and called. This is done couriersud2015-06-031-3/+115
* Netlist now uses the same approach as delegate.h to derive member couriersud2015-05-311-4/+4
* Use netlist().log() for logging instead of printf. This avoids the couriersud2015-05-291-0/+14
* Introduced user definable truth tables: couriersud2015-05-271-4/+8
* Cleaned up includes in header files and reworked memory allocation. (nw) couriersud2015-05-241-3/+0
* Removed netlist_input_t and net_output_t. Instead introduced couriersud2015-05-221-5/+6
* netlist: couriersud2015-05-201-2/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-5/+5
* More netlist code reschuffle to separate setup from run. (nw) couriersud2015-01-181-17/+14
* Fixed memory allocation in netlist code. This caused a number of memory couriersud2015-01-181-0/+1
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* Renamed auxiliary types to move them into the "p" namespace (plinearlist_t, p... Couriersud2014-05-221-6/+6
* Netlist codebase now also compiles outside the MAME environment. Couriersud2014-05-211-3/+6
* Netlist: Couriersud2014-05-051-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-11/+9
* Use C99 variadic syntax (..., __VA_ARGS). Renamed a member in nld_4066 as well. Couriersud2014-03-031-2/+2
* Moved device models for diodes and bjts into net_lib.c Couriersud2014-03-021-0/+4
* Fixed handling of input/output offsets. Couriersud2014-03-021-7/+1
* NET_C now accepts more than two terminals ... Couriersud2014-03-021-2/+9
* Minor cosmetic changes for netlist Couriersud2014-02-261-14/+14
* Netlist can now be included as sub-circuits. That's the same approach SPICE u... Couriersud2014-02-131-1/+14
* Netlist maintenance: Couriersud2014-02-111-0/+3
* Netlist code maintenance work. Couriersud2014-02-091-2/+3
* Major renaming of netlist device macros, like Couriersud2014-01-191-2/+2
* Introduced the concept of "logic families". Currently, standard devices defau... Couriersud2014-01-121-1/+1
* An output should have at most one d-to-a proxy connected to it. No WN Couriersud2014-01-121-0/+1
* Removed some dead code and ambiguous functions in the netlist code. [Couriersud] Couriersud2014-01-121-1/+1
* Added a "-listdevices" option to nltool to list all available devices. Simpli... Couriersud2014-01-081-3/+3
* Enhanced the netlist parser and cleaned pong.c. Also added a folder nl_exampl... Couriersud2013-12-311-4/+5
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-45/+45
* Netlist: introduced more consistent and general state saving. Useful for regr... Couriersud2013-12-221-22/+0
* Netlist and Pong: Couriersud2013-12-201-0/+24
* Pong update: Couriersud2013-12-191-6/+3
* Netlist: Couriersud2013-12-171-4/+3
* Netlist & pong: Couriersud2013-12-161-0/+1
* Netlist: Couriersud2013-12-161-5/+13
* Netlist: Couriersud2013-12-141-3/+3
* Netlist: Class factory is now initialized dynamically. Couriersud2013-12-021-1/+4
* Netlist: implemented something more complex: A generic NE555 model. Period ac... Couriersud2013-12-011-5/+5
* Netlist: fixed crash when using analog chips. Did some preparation work to ge... Couriersud2013-11-251-0/+1
* Netlist: Added pascal like strings (pstring) class. These use only size(void ... Couriersud2013-11-241-21/+32