summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/idehd.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-836/+0
* idehd.c: decrease IDE read fill-time to avoids timeouts [Peter Ferrie] Peter Ferrie2015-06-261-5/+6
* idehd.c: increase IDE fill-time to avoid missed interrupts [Peter Ferrie] Peter Ferrie2015-05-301-1/+1
* did change for smf (nw) Miodrag Milanovic2015-05-121-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-5/+5
* idehd.c: added missing save states, fixes kinst.c save state regression (nw) Osso132015-01-171-0/+4
* amstrad: added support for 64k, 320k, and 576k RAM sizes mahlemiut2014-08-061-0/+14
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-7/+7
* fix for divide by zero, if there is no chd. (nw) smf-2013-11-281-4/+10
* Calculate seek time using tracks rather than sectors, assuming that reading a... smf-2013-11-211-13/+25
* more changes, area51 stop atari logo flickering (nw) smf-2013-11-131-1/+1
* tweak timings again (nw) smf-2013-11-131-2/+2
* Tweaks to the idehd timing, which are still based on complete fiction. [smf] smf-2013-11-131-13/+4
* fixed mametesters 05357 [smf] smf-2013-11-071-5/+4
* asserted copyright (nw) smf-2013-11-021-0/+2
* Changed IDE read sector timing to be the same as read multiple instead of wri... smf-2013-10-261-13/+8
* fixed mametesters 05317 [smf] smf-2013-10-011-1/+0
* Preliminary SET FEATURES support. Only set transfer mode is currently support... smf-2013-09-101-183/+136
* Replaced ISA16_IDE_CD with ATAPI_CDROM, replaced ISA16_IDE & ISA16_IDE_CD in ... smf-2013-08-241-860/+140
* Uses one timer instead of anonymous timers, so that resetting the device will... smf-2013-06-241-82/+235
* make sure identify buffer is initialised. (nw) smf-2013-06-221-0/+1
* Moved identify buffer manipulation and master/user password setting from ata ... smf-2013-06-201-1/+3
* log unknown writes (nw) smf-2013-06-201-0/+8
* fixed issues that caused the hd to report that the diagnostics failed (nw) smf-2013-06-201-2/+2
* only build the identify buffer on the first reset, so patches made by the dri... smf-2013-06-201-1/+1
* Added ata_interface_device, ide_controller_device is now only for pc register... smf-2013-06-191-66/+43
* Added device number in logs, fixed issues with status flags that was causing ... smf-2013-06-181-50/+52
* removed read_key() from ide_mass_storage_device as it's only used by ataflash... smf-2013-06-161-10/+0
* Fixed head incrementing when using CHS with 16 heads (nw) smf-2013-06-161-6/+10
* Changed "features" to "identify device". Don't set DRDY immediately when exec... smf-2013-06-161-202/+211
* Fixed ct486 booting with two chd's loaded. Moved the GNET protection command ... smf-2013-06-151-314/+226
* simplified status flags & fixed ct486 booting in mess (nw) smf-2013-06-151-92/+53
* Renamed some #defines to match up closer to the ATA specification. Added vali... smf-2013-06-141-288/+422
* derive chihiro's baseboard ide from ide mass storage device (nw) smf-2013-06-141-36/+36
* simplified ide_device_interface part 2 (nw) smf-2013-06-131-15/+20
* simplified ide_device_interface (nw) smf-2013-06-131-3/+3
* ata flash device derives from ide hdd device and adds pccard interface, inste... smf-2013-06-131-7/+9
* Split hard drive emulation from the ide controller. [smf] smf-2013-06-131-57/+1111
* moved the reset timer across (nw) smf-2013-06-131-0/+12
* moved the status timer across (nw) smf-2013-06-131-0/+13
* moved the status and command across (nw) smf-2013-06-131-0/+3
* error register moved across (nw) smf-2013-06-131-0/+3
* Allow more than one ide controller on the same device [smf] smf-2013-06-121-1/+1
* fixed crash if no disk (nw) smf-2013-06-121-0/+5
* a couple more over the fence (nw) smf-2013-06-121-1/+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-1/+8
* moved more state from idectrl.h (nw) smf-2013-06-121-0/+5