summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/net_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Created folder emu/netlist and moved net_lib.* over. Updated makefiles. Couriersud2013-11-021-1037/+0
* Netlist now uses astring instead of char *. Makes memory management a lot eas... Couriersud2013-11-021-14/+12
* No whatsnew: Moved device setup out of constructor (again). Couriersud2013-10-281-31/+43
* Netlist: ongoing cleanup Couriersud2013-10-261-145/+132
* Netlist code: fixed an issue with 7493 and other minor fixes Couriersud2013-10-221-10/+8
* Minor code clean-up in netlist devices Couriersud2013-10-211-5/+44
* Pong now uses the new analog monitor device. Couriersud2013-10-161-8/+8
* moved netdev_mainclock update & update_param from netlist.c to net_lib.c to f... smf-2013-10-131-0/+3
* fixed linking with MSVC 2012 (nw) smf-2013-10-131-0/+8
* Slightly improved performance on netlist components. Couriersud2013-10-121-43/+63
* All netlist device setup now takes place in constructors. Couriersud2013-10-091-20/+20
* More netlist cleanups Couriersud2013-10-091-2/+2
* Fixed a small but important bug in netlist code. In addition, some more perfo... Couriersud2013-10-081-109/+108
* Optimized some netlist code by inlining clock device. This improves pongf per... Couriersud2013-10-061-81/+82
* Fixed a bug in netlib's NE555 emulation Couriersud2013-10-061-25/+32
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-29/+29
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-2/+2
* Updated netlist implementation: Couriersud2012-08-201-321/+529
* Clean-ups and version bump Miodrag Milanovic2012-07-301-37/+37
* Implemented a generic implementation to model discrete net lists. [Couriersud] Couriersud2012-07-221-0/+757