summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pci.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-19/+8
* make method constant (nw) yz70s2018-05-131-1/+1
* pci.cpp: devices can ask to be mapped before the others (nw) yz70s2018-05-131-0/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* C++14 constexpr doesn't cooperate with universal references (nw) AJR2017-07-031-1/+4
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-33/+34
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* pci: Move interrupt line and pin functions into PCI device and add variables ... Ted Green2017-01-081-4/+5
* delegates: Don't crash on late binding if no object is actually needed [O. Ga... Olivier Galibert2016-12-091-2/+2
* addrmap: Remove device parameter [O. Galibert] Olivier Galibert2016-11-091-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-45/+45
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-0/+2
* reverting: Miodrag Milanovic2016-01-201-7/+7
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-5/+5
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-5/+5
* tags are now strings (nw) Miodrag Milanovic2016-01-161-7/+7
* cleanup (nw) Miodrag Milanovic2015-12-261-4/+0
* override part 3 (nw) Miodrag Milanovic2015-12-051-19/+19
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+282