summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/netlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure netlist includes are not found directly on include path. couriersud2017-02-101-1/+1
* Explicitly #include C++ headers for features use, see issue #2048 (nw) Vas Crabb2017-02-091-0/+9
* Separate include file usage for netlist. couriersud2017-01-291-22/+414
* Reduce overhead to load data (roms) in netlist significantly. couriersud2017-01-281-39/+19
* Fix warning about non existing memory space when netlist is used ... couriersud2017-01-271-5/+1
* More netlist refactoring: couriersud2017-01-251-2/+2
* srcclean (nw) Vas Crabb2017-01-221-1/+1
* Assume string literals are UTF8 in netlist code. couriersud2017-01-201-9/+9
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-121-12/+4
* cstr() ==> c_str() (nw) couriersud2016-12-301-24/+24
* Netlist: Roms now specify an identifier in the netlist. couriersud2016-12-271-24/+42
* Well, it sorta looks like Stunt Cycle, at least. (nw) MooglyGuy2016-12-261-0/+37
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
* -netlist: Added shared RAM pointer, for use by netlist RAM devices which need... therealmogminer@gmail.com2016-12-211-8/+46
* netlist: Device additions: [Ryan Holtz] therealmogminer@gmail.com2016-12-211-2/+2
* Netlist compile fixes, (nw) therealmogminer@gmail.com2016-12-211-3/+8
* -netlist: Add simple ROM hookup capability. [Ryan Holtz] therealmogminer@gmail.com2016-12-211-0/+30
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-4/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-25/+25
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-2/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+2
* Netlist updates: couriersud2016-07-211-2/+2
* Netlist improvements: couriersud2016-07-011-5/+1
* Netlist changes couriersud2016-06-231-1/+1
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-53/+81
* - More code cleanup. couriersud2016-06-071-13/+13
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-1/+1
* Moved more code into plib namespace. (nw) couriersud2016-05-271-27/+27
* 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