summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/pci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: Fix some initialisations, valgrind stops complaining [O. Galibert] Olivier Galibert2014-12-101-3/+3
* pci: expansion rom management [O. Galibert] Olivier Galibert2014-12-091-13/+47
* lindbergh: Fake pit and real pci bridges [O. Galibert] Olivier Galibert2014-12-071-34/+339
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-11/+11
* pci: Add grossly hacked smbus [O. Galibert] Olivier Galibert2014-11-191-0/+1
* pci: generic mapping [O. Galibert] Olivier Galibert2014-11-111-12/+132
* i6300esb: More more more [O. Galibert] Olivier Galibert2014-11-111-10/+32
* i82875p: Host bridge fun [O. Galibert] Olivier Galibert2014-11-101-2/+9
* pci: Add remapping notifiers [O. Galibert] Olivier Galibert2014-11-101-0/+24
* pci: A little more, reaches an unemulated pslldq at fd228 [O. Galibert] Olivier Galibert2014-11-071-19/+76
* Compile fix (nw) Miodrag Milanovic2014-11-051-1/+1
* Experiments in PCI land [O. Galibert] Olivier Galibert2014-11-051-250/+252
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+0
* Shuffle PCI and some more PC related devices around (nw) Miodrag Milanovic2014-03-071-260/+1
* Fix device duplicated name/descriptions (nw) Miodrag Milanovic2013-06-211-1/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-3/+3
* Clean-ups and version bumpmame0146u2 Miodrag Milanovic2012-07-021-7/+7
* Made PCI legacy and new implementation coexist for now (no whatsnew) Miodrag Milanovic2012-07-021-9/+269
* pci wip (no whatsnew) Miodrag Milanovic2012-06-151-153/+107
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-4/+4
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* BIG update. Aaron Giles2011-03-291-7/+6
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+0
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-3/+3
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* Updated the PCI bus device so that PCI buses can be arranged in a tree like i... Fabio Priuli2010-08-271-8/+79
* Revert of r10129 as it does not compile. I failed to buildtest this external... Scott Stone2010-08-271-79/+8
* Updated the PCI bus device so that PCI buses can be arranged in a tree like i... Scott Stone2010-08-261-8/+79
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+5
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+2
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-14/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-5/+5
* Cleanups and version bump. Aaron Giles2008-12-151-2/+2
* Made the PCI bus a device. The bus is declared in the machine Aaron Giles2008-12-071-63/+149
* Move cpunum_get_active() removal. Aaron Giles2008-11-271-4/+4
* Fix 8042kbdc.c and pci.c warnings Couriersud2008-11-141-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2