summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_setup.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Separate include file usage for netlist. couriersud2017-01-291-23/+22
* Fix bug which caused hazl1500 to crash. (nw) couriersud2017-01-281-13/+0
* Do not derive other classes from std::vector. More cleanup. (nw) couriersud2017-01-271-4/+4
* Cleanup of includes. (nw) couriersud2017-01-271-2/+0
* More netlist refactoring: couriersud2017-01-251-15/+5
* Netlist: code refactoring couriersud2017-01-201-4/+63
* Assume string literals are UTF8 in netlist code. couriersud2017-01-201-6/+7
* Default argument on plib::environment now optional. (nw) couriersud2017-01-201-1/+1
* Converted warnings and fatal log messages to constants. couriersud2017-01-201-45/+53
* Keep track were registry elements are created. (nw) couriersud2017-01-161-4/+4
* Preparation work for automatically generated include file for devices. couriersud2017-01-161-2/+0
* Move analog devices into "netlist::analog" namespace. Added couriersud2017-01-151-1/+1
* Add code to remove devices connected only to rail terminals. couriersud2017-01-141-3/+6
* Core refactoring couriersud2017-01-141-0/+3
* Improve readability and remove some trampolines. (nw) couriersud2017-01-121-70/+3
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-121-26/+2
* Move netlists into macro folder. (nw) couriersud2017-01-091-25/+1
* More cleanups. (nw) couriersud2017-01-061-8/+12
* Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-051-0/+18
* Fix parsing of macro devices. (nw) couriersud2017-01-041-1/+1
* Refactored factory. Use namespace "factory" instead of prefix factory_ couriersud2017-01-021-2/+2
* Simplify code. Introduce consistent approach to loading macro devices. couriersud2017-01-021-20/+11
* cstr() ==> c_str() (nw) couriersud2016-12-301-4/+4
* Align noexcept usage. Rename register_con to add_terminal for clearity. couriersud2016-12-301-15/+17
* Analog to digital proxy rework. (nw) couriersud2016-12-301-13/+57
* Some preparation for future changes on proxies and chip families. (nw) couriersud2016-12-281-4/+5
* Moved proxy code into separate file. (nw) couriersud2016-12-281-0/+1
* Simplify. (nw) couriersud2016-12-271-33/+34
* Fix loading roms in two devices. (nl) couriersud2016-12-271-1/+1
* Netlist: Roms now specify an identifier in the netlist. couriersud2016-12-271-13/+33
* Well, it sorta looks like Stunt Cycle, at least. (nw) MooglyGuy2016-12-261-0/+1
* -netlist: Added shared RAM pointer, for use by netlist RAM devices which need... therealmogminer@gmail.com2016-12-211-2/+2
* -netlist: Add simple ROM hookup capability. [Ryan Holtz] therealmogminer@gmail.com2016-12-211-0/+3
* Use noexcept in netlist code where appropriate. couriersud2016-08-071-4/+29
* Various netlist fixes: couriersud2016-08-061-14/+16
* Netlist updates: couriersud2016-07-211-102/+50
* Moved two macros, added more RAII and improved exceptions. Fixed some couriersud2016-07-091-1/+1
* Netlist improvements: couriersud2016-07-011-14/+22
* Remove shared_ptr usage and replace with plib:owned_ptr. Clean up nltool couriersud2016-06-241-1/+1
* Netlist changes couriersud2016-06-231-14/+76
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-84/+59
* - More code cleanup. couriersud2016-06-071-75/+44
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-26/+7
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-7/+7
* Leading underscore massacre. (nw) couriersud2016-05-271-1/+1
* Moved more code into plib namespace. (nw) couriersud2016-05-271-29/+29
* Remove dependency on osd_ticks. Converted palloc and friends into couriersud2016-05-271-1/+1
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-251-41/+41
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-211-8/+9
* More memory timebombs removed. (nw) couriersud2016-05-211-2/+12