summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-01-221-8/+8
* Netlist: code refactoring couriersud2017-01-201-50/+2
* Assume string literals are UTF8 in netlist code. couriersud2017-01-201-2/+2
* Converted warnings and fatal log messages to constants. couriersud2017-01-201-4/+22
* Preparation work for automatically generated include file for devices. couriersud2017-01-161-1/+2
* Introduce a more structured approach to models. (nw) couriersud2017-01-151-0/+1
* Prepare source for consistent error message usage. (nw) couriersud2017-01-141-7/+11
* Add code to remove devices connected only to rail terminals. couriersud2017-01-141-0/+27
* Core refactoring couriersud2017-01-141-8/+7
* Improve readability and remove some trampolines. (nw) couriersud2017-01-121-11/+65
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-121-12/+31
* Reduce memory footprint for parameters. (nw) couriersud2017-01-081-7/+26
* Decrease memory footprint. (nw) couriersud2017-01-081-11/+29
* No need for a virtual stop which is needed only by the solver. (nw) couriersud2017-01-081-13/+2
* Make stop be called again. Fix METHOD parameter. (nw) couriersud2017-01-081-1/+1
* Fix some clang pedantic warnings. (nw) couriersud2017-01-071-1/+1
* Minor refactoring with focus on a bit more readability. (nw) couriersud2017-01-071-1/+0
* Make destructors virtual on base classes. (nw) couriersud2017-01-061-1/+0
* More cleanups. (nw) couriersud2017-01-061-17/+50
* Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored couriersud2017-01-051-0/+62
* cstr() ==> c_str() (nw) couriersud2016-12-301-1/+1
* Align noexcept usage. Rename register_con to add_terminal for clearity. couriersud2016-12-301-2/+2
* Analog to digital proxy rework. (nw) couriersud2016-12-301-0/+12
* Some preparation for future changes on proxies and chip families. (nw) couriersud2016-12-281-8/+10
* Moved proxy code into separate file. (nw) couriersud2016-12-281-0/+1
* Simplify. (nw) couriersud2016-12-271-24/+35
* Netlist: Roms now specify an identifier in the netlist. couriersud2016-12-271-22/+38
* -netlist: Added shared RAM pointer, for use by netlist RAM devices which need... therealmogminer@gmail.com2016-12-211-1/+1
* -netlist: Add simple ROM hookup capability. [Ryan Holtz] therealmogminer@gmail.com2016-12-211-0/+1
* Fix noexcept and NL_NOEXCEPT to pass g++ 6.x builds. (nw) couriersud2016-08-071-15/+12
* removed NL_NOEXCEPT since there is a case when these calls throws exceptions ... Miodrag Milanovic2016-08-071-3/+3
* Use noexcept in netlist code where appropriate. couriersud2016-08-071-35/+8
* Various netlist fixes: couriersud2016-08-061-31/+0
* Netlist updates: couriersud2016-07-211-62/+111
* fix Clang build. it still fails b/c of the file and directory stuff. (nw) arbee2016-06-241-2/+2
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-11/+7
* Remove shared_ptr usage and replace with plib:owned_ptr. Clean up nltool couriersud2016-06-241-2/+2
* Netlist changes couriersud2016-06-231-69/+70
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-88/+66
* - More code cleanup. couriersud2016-06-071-163/+141
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-145/+70
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-24/+25
* Moved more code into plib namespace. (nw) couriersud2016-05-271-14/+14
* 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-40/+59
* Fixed breakout attract mode. (nw) couriersud2016-05-251-0/+9
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-8/+5
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-211-58/+47
* More memory timebombs removed. (nw) couriersud2016-05-211-2/+0
* Converted more devices to new layout. Improved memory handling in couriersud2016-05-211-14/+22