summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/atahle.cpp
Commit message (Expand)AuthorAgeFilesLines
* schedule/timer: be more consistent with s32 param hap2023-12-111-2/+2
* machine/atahle.cpp, machine/atastorage.cpp: Updates [R. Belmont] arbee2023-08-131-0/+6
* machine/ataflash.cpp: Untangle from the parallel ATA interface. Vas Crabb2023-06-291-0/+915
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-971/+0
* Add ability to throttle HDD DMA transfer speed. Fixes MT07242 Ted Green2019-04-061-2/+2
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-23/+23
* ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-24/+24
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Don't use mem_mask as ATA doesn't have an equivalent mechanism for byte acces... smf-2016-12-011-7/+1
* atehle: respect mem_mask for writes Dirk Best2016-11-301-0/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-1/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-1/+1
* reverting: Miodrag Milanovic2016-01-201-25/+25
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-25/+25
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+971