summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pci-ide.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-11/+13
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-17/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* maps: Finish devices/machine (nw) Olivier Galibert2018-04-201-30/+36
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-6/+6
* ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-4/+4
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-6/+6
* pci-ide: Added writing to subsystem id register. Fixes power-on PCI Data Tes... Ted Green2017-06-111-0/+8
* some more devices/machine to device_add_mconfig (nw) Ivan Vangelista2017-06-011-6/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* pci-ide: Added function to set default PIF byte. (nw) Ted Green2017-05-171-2/+3
* pci-ide: Allow for address size resolving even in legacy mode. (nw) Ted Green2017-05-141-19/+28
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* pci-ide: Move default legacy address assignment from device_start to device_r... Ted Green2017-05-071-5/+8
* pci: Add save state support. (nw) Ted Green2017-05-051-19/+14
* Start adding save state support to atlantis driver. (nw) Ted Green2017-05-031-0/+5
* Perform ide reset during pci device reset Ted Green2017-03-171-0/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* pci: Move interrupt line and pin functions into PCI device and add variables ... Ted Green2017-01-081-21/+70
* midwayic: Added hooks for serial communication. (nw) Ted Green2016-12-211-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0
* vegas: Corrected sub-device lookup string (nw) Ted Green2016-06-081-6/+22
* (nw) WIP: Updated atlantis driver. Ted Green2016-05-291-1/+13
* (nw) Fixed address map range for BAR config Ted Green2016-05-181-1/+1
* voodoo_pci: Added default PCI BAR locations (nw) Ted Green2016-05-171-0/+157