summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/netlist.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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