summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/netlist.c
Commit message (Expand)AuthorAgeFilesLines
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-17/+14
* fixed pong/pongf crash on exit - re-introduces a memory leak for now Oliver Stöneberg2012-09-191-3/+5
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-7/+7
* netlist memory leak fix (no whatsnew) Miodrag Milanovic2012-09-161-0/+7
* Fix pong crash in debug build. No wn. Couriersud2012-09-121-0/+1
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-4/+4
* Updated netlist implementation: Couriersud2012-08-201-262/+440
* Clean-ups and version bump Miodrag Milanovic2012-07-301-38/+38
* fixed building with MSVC smf-2012-07-261-2/+2
* fixed constant overflow, 64 bit constants require U64() macro. smf-2012-07-221-2/+2
* Implemented a generic implementation to model discrete net lists. [Couriersud] Couriersud2012-07-221-0/+798