summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/netlist.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-20/+20
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-4/+19
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-159/+100
* Change pstring to use std::string as storage container. couriersud2017-03-301-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* Separate include file usage for netlist. couriersud2017-01-291-369/+31
* Reduce overhead to load data (roms) in netlist significantly. couriersud2017-01-281-45/+2
* Core refactoring couriersud2017-01-141-1/+1
* - setup_t is owned by netlist_t. Stop being complicated. couriersud2017-01-121-2/+1
* cstr() ==> c_str() (nw) couriersud2016-12-301-1/+1
* Netlist: Roms now specify an identifier in the netlist. couriersud2016-12-271-15/+32
* Well, it sorta looks like Stunt Cycle, at least. (nw) MooglyGuy2016-12-261-1/+86
* first srcclean pass (nw) Vas Crabb2016-12-251-3/+3
* -netlist: Added shared RAM pointer, for use by netlist RAM devices which need... therealmogminer@gmail.com2016-12-211-12/+45
* More compile fixes (nw)' therealmogminer@gmail.com2016-12-211-12/+4
* netlist: Device additions: [Ryan Holtz] therealmogminer@gmail.com2016-12-211-8/+18
* Netlist compile fixes, (nw) therealmogminer@gmail.com2016-12-211-3/+4
* -netlist: Add simple ROM hookup capability. [Ryan Holtz] therealmogminer@gmail.com2016-12-211-0/+34
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-26/+26
* Netlist updates: couriersud2016-07-211-8/+8
* Moved two macros, added more RAII and improved exceptions. Fixed some couriersud2016-07-091-7/+9
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-2/+0
* Netlist changes couriersud2016-06-231-3/+3
* remove all usages of tagmap Miodrag Milanovic2016-06-181-1/+0
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-12/+64
* - More code cleanup. couriersud2016-06-071-2/+2
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-7/+9
* Moved more code into plib namespace. (nw) couriersud2016-05-271-4/+4
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-251-12/+12
* All netlist devices now follow new syntax. Removed dead code. All sub couriersud2016-05-211-19/+15
* Converted more devices to new layout. Improved memory handling in couriersud2016-05-211-1/+1
* Align object registration syntax. (nw) couriersud2016-05-101-4/+4
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-021-6/+6
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Get rid of some init_object calls. couriersud2016-04-101-2/+2
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* reverting: Miodrag Milanovic2016-01-201-9/+9
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-9/+9
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-2/+0
* cleanups (nw) Miodrag Milanovic2015-12-251-3/+0
* override part 3 (nw) Miodrag Milanovic2015-12-051-41/+41