summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/idehd.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed Mametesters 05769 by reducing ATA flash card seek time to zero. [smf] smf-2014-10-301-4/+3
* Calculate seek time using tracks rather than sectors, assuming that reading a... smf-2013-11-211-0/+1
* asserted copyright (nw) smf-2013-11-021-0/+2
* New games added or promoted from NOT_WORKING status smf-2013-10-261-1/+2
* Preliminary SET FEATURES support. Only set transfer mode is currently support... smf-2013-09-101-2/+1
* Replaced ISA16_IDE_CD with ATAPI_CDROM, replaced ISA16_IDE & ISA16_IDE_CD in ... smf-2013-08-241-106/+34
* Uses one timer instead of anonymous timers, so that resetting the device will... smf-2013-06-241-3/+17
* found few that have fixed values (nw) Miodrag Milanovic2013-06-211-1/+1
* Moved identify buffer manipulation and master/user password setting from ata ... smf-2013-06-201-2/+20
* Added ata_interface_device, ide_controller_device is now only for pc register... smf-2013-06-191-35/+10
* Added device number in logs, fixed issues with status flags that was causing ... smf-2013-06-181-2/+3
* removed read_key() from ide_mass_storage_device as it's only used by ataflash... smf-2013-06-161-3/+0
* Changed "features" to "identify device". Don't set DRDY immediately when exec... smf-2013-06-161-6/+10
* fixed crash when reading from non existent hard drive (nw) smf-2013-06-151-2/+2
* Fixed ct486 booting with two chd's loaded. Moved the GNET protection command ... smf-2013-06-151-26/+20
* simplified status flags & fixed ct486 booting in mess (nw) smf-2013-06-151-5/+9
* Renamed some #defines to match up closer to the ATA specification. Added vali... smf-2013-06-141-10/+34
* derive chihiro's baseboard ide from ide mass storage device (nw) smf-2013-06-141-4/+3
* Forgot the secret ingredient (nw) R. Belmont2013-06-141-1/+1
* OS X 10.5 says hi (nw) R. Belmont2013-06-141-0/+1
* simplified ide_device_interface part 2 (nw) smf-2013-06-131-10/+14
* simplified ide_device_interface (nw) smf-2013-06-131-19/+19
* ata flash device derives from ide hdd device and adds pccard interface, inste... smf-2013-06-131-2/+3
* Split hard drive emulation from the ide controller. [smf] smf-2013-06-131-38/+88
* moved the reset timer across (nw) smf-2013-06-131-0/+2
* moved the status timer across (nw) smf-2013-06-131-0/+2
* moved the status and command across (nw) smf-2013-06-131-0/+9
* error register moved across (nw) smf-2013-06-131-0/+9
* a couple more over the fence (nw) smf-2013-06-121-0/+3
* moved a couple more variables (nw) smf-2013-06-121-0/+3
* moved block_count to the device, renamed some ide commands to make them close... smf-2013-06-121-0/+1
* moved password fields off the ide controller (nw) smf-2013-06-121-0/+7
* moved more state from idectrl.h (nw) smf-2013-06-121-0/+4
* moved the buffer from the ide controller to the device (nw) smf-2013-06-111-0/+3
* Merge the mame and mess ide hd device (nw) smf-2013-06-051-17/+3
* Started to split ide hd from ide controller [smf] smf-2013-06-051-0/+80