summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-1668-1425/+1044
* add cmath include to plists.h couriersud2016-06-071-0/+1
* Fix travis build. (nw) couriersud2016-06-071-0/+1
* - More code cleanup. couriersud2016-06-0770-1986/+1539
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-0740-634/+420
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-07107-4659/+4841
* Fix pongf. (nw) couriersud2016-05-271-10/+10
* build with MSVC (nw) smf-2016-05-271-2/+2
* Leading underscore massacre. (nw) couriersud2016-05-2770-902/+902
* Moved more code into plib namespace. (nw) couriersud2016-05-2745-536/+591
* Remove dependency on osd_ticks. Converted palloc and friends into couriersud2016-05-2716-160/+102
* Make netlist compile with c++11, use own implementation of make_unique couriersud2016-05-254-4/+11
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-2539-294/+322
* Fixed breakout attract mode. (nw) couriersud2016-05-254-2/+22
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-2519-55/+43
* fix android build (nw) Miodrag Milanovic2016-05-241-2/+2
* Fixed multiple instance of operator = , fixes VS build (nw) Miodrag Milanovic2016-05-221-2/+3
* Fix VS c++ compile following couriersud2016-05-211-2/+2
* Added == operator to netlist_time couriersud2016-05-212-1/+13
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-2169-2135/+1949
* More memory timebombs removed. (nw) couriersud2016-05-216-12/+25
* Converted more devices to new layout. Improved memory handling in couriersud2016-05-2127-418/+510
* Fixed name conflict making Android build non-working (nw) Miodrag Milanovic2016-05-171-2/+2
* Continuing work to move object initialization from start to constructor. couriersud2016-05-1645-814/+893
* More automatic memory handling. (nw) couriersud2016-05-1610-87/+82
* Some use of share_ptr to ease memory management. (nw) couriersud2016-05-124-52/+57
* Code simplification couriersud2016-05-125-42/+33
* mergeme couriersud2016-05-122-7/+4
* Devices are now created after the netlist was parsed. This enables us couriersud2016-05-122-4/+31
* Don't include netlist name in device names. (nw) couriersud2016-05-121-2/+4
* Code simplification. (nw) couriersud2016-05-122-48/+25
* A step towards late creation of devices. (nw) couriersud2016-05-102-10/+9
* Align object registration syntax. (nw) couriersud2016-05-1035-326/+318
* Rename connect_direct to connect_post_start to reflect usage. (nw) couriersud2016-05-104-4/+7
* Simplify object model by removing default_logic_family(). couriersud2016-05-089-21/+10
* Some minor changes towards c++11. couriersud2016-05-0814-57/+50
* Fix standalone-compile. couriersud2016-05-066-23/+17
* Converted 7486 to macro module couriersud2016-05-056-192/+68
* Removed drivers/signal.h since netlist devices no longer use it. (nw) couriersud2016-05-051-119/+0
* Convert 7430 to macro module. couriersud2016-05-056-137/+87
* Convert 7425 to macro modul couriersud2016-05-056-116/+77
* Converted 7420 to macro modul couriersud2016-05-056-128/+73
* Fix conditional compile path couriersud2016-05-052-12/+16
* Convert 7432 to macro device. couriersud2016-05-046-149/+86
* Converted 7437 to macro device couriersud2016-05-046-135/+74
* Some header maintenance couriersud2016-05-046-6/+3
* Converted 7427 to macro device couriersud2016-05-046-131/+74
* Converted 7411 into a macro device. couriersud2016-05-046-132/+71
* Converted 7410 into macro device. couriersud2016-05-046-130/+69
* Implement 7402, 7408 as macro device. (nw) couriersud2016-05-039-268/+135