summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/netlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist: code maintenance Couriersud2019-04-281-4/+4
* netlist: Fix MT06827. couriersud2019-04-221-1/+1
* netlist: runtime performance statistics on demand. couriersud2019-04-221-4/+16
* netlist: Add more validations and fix issues identified. couriersud2019-04-211-14/+100
* netlist: Add power terminals to most logic devices. couriersud2019-04-211-2/+4
* Fix validation crash. (nw) couriersud2019-04-171-2/+6
* netlist: Improve validation code. couriersud2019-04-161-17/+44
* netlist: Add validation support to netlist device. couriersud2019-04-151-40/+146
* netlist: modernize interface. (nw) couriersud2019-04-131-6/+9
* netlist: bug fixing. couriersud2019-04-131-0/+10
* (nw) Clean up the mess on master Vas Crabb2019-03-261-174/+201
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-201/+174
* netlist: fix artificial clicks in streaming sound device. (nw) couriersud2019-03-161-2/+11
* fixedfreq: some renaming, remove members called only once. (nw) couriersud2019-03-161-0/+1
* netlist: fix bugs in object initialization order. (nw) Couriersud2019-03-061-24/+24
* netlist: memory code refactoring. (nw) couriersud2019-03-011-3/+3
* netlist: memory management. [Couriersud] couriersud2019-02-221-5/+5
* netlist: remove locked-in context from sources. (nw) couriersud2019-02-171-16/+16
* netlist: refactoring startup process and array usage. (nw) couriersud2019-02-171-5/+5
* netlist: memory pool now supports aligned storage. (nw) couriersud2019-02-161-17/+13
* netlist: more core guidelines work. (nw) couriersud2019-02-091-4/+4
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-7/+10
* netlist: Refactoring and some functionality enhancements. (nw) couriersud2019-02-041-4/+2
* netlist: code maintenance and fixing kidniki ... (nw) couriersud2019-02-011-6/+6
* netlist: More run/setup separation. (nw) couriersud2019-01-181-20/+20
* netlist: refactored netlist creation. (nw) couriersud2019-01-151-5/+5
* netlist: Code refactoring. (nw) couriersud2019-01-141-7/+6
* netlist: Fix logging during object construction. (nw) couriersud2019-01-131-13/+24
* C++ and minor performance optimizations. (nw) couriersud2019-01-091-10/+11
* Code maintenance and fix for "pure virtual call" error. (nw) couriersud2019-01-061-0/+2
* More c++ alignment. pstring now behaves like std::string. (nw) couriersud2019-01-061-9/+9
* Minor bug fixes and refactoring. (nw) couriersud2019-01-051-46/+57
* Improve readability. (nw) couriersud2019-01-051-32/+28
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-45/+30
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-17/+29
* Explicitly allow floating point values for state registers AJR2017-10-131-4/+1
* Temporarily remove floating-point state registration (nw) AJR2017-10-131-0/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-309/+302
* Change pstring to use std::string as storage container. couriersud2017-03-301-5/+9
* Device validation fixes: all the rest (nw) AJR2017-03-031-1/+1
* more validation fixes (nw) Vas Crabb2017-03-041-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-11/+11
* Fix netlist stats collection. Code refactoring: couriersud2017-02-241-1/+1
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-221-2/+8
* Remove duplicate save states / Save state simplification. (nw) couriersud2017-02-131-8/+2
* Optimize queue save state. (nw) couriersud2017-02-121-1/+5