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