summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/netlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-211-3/+3
* Converted more devices to new layout. Improved memory handling in couriersud2016-05-211-3/+3
* Continuing work to move object initialization from start to constructor. couriersud2016-05-161-1/+1
* More automatic memory handling. (nw) couriersud2016-05-161-3/+2
* Some use of share_ptr to ease memory management. (nw) couriersud2016-05-121-1/+1
* Code simplification couriersud2016-05-121-4/+3
* Devices are now created after the netlist was parsed. This enables us couriersud2016-05-121-2/+1
* A step towards late creation of devices. (nw) couriersud2016-05-101-7/+8
* netlist_t no longer descends from netlist::object_t. couriersud2016-04-101-4/+4
* Get rid of some init_object calls. couriersud2016-04-101-2/+1
* Iterate over core classes C++11 style AJR2016-03-311-3/+3
* netlist: rename plist_t to pvector_t to clarify origin. couriersud2016-03-141-2/+2
* reverting: Miodrag Milanovic2016-01-201-17/+17
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-17/+17
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-061-1/+1
* cleanuo Miodrag Milanovic2015-12-051-19/+19
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+661