summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ata
Commit message (Collapse)AuthorAgeFilesLines
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-9/+4
|
* ata/px320a: Change MCU type based on further research (nw) AJR2020-03-091-1/+1
|
* bus/ata/idehd: Assign interface 'ide_hdd' (nw) Nigel Barnes2020-01-071-1/+1
|
* Spring cleaning: Vas Crabb2019-11-012-10/+10
| | | | | | | | | | | | * Changed emu_fatalerror to use util::string_format semantics * Fixed some incorrectly marked up stuff in build scripts * Make internal layout compression type a scoped enum (only zlib is supported still, but at least the values aren't magic numbers now) * Fixed memory leaks in Xbox USB * There can only be one "perfect quantum" device - enforce that only the root machine can set it, as allowing subdevices to will cause weird issues with slot cards overiding it * Allow multiple devices to set maximum quantum and use the most restrictive one (it's maximum quantum, it would be minimum interleave) * Got rid of device_slot_card_interface as it wasn't providing value * Added a helper template to reduce certain kinds of boilerplate in slots/buses * Cleaned up some particularly bad slot code (plenty more of that to do), and made some slots more idiomatic
* New skeleton device: PleXCombo PX-320A DVD/CD-RW Drive [Firmware HQ] AJR2019-10-233-0/+143
|
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-2314-0/+3573