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