| Commit message (Expand) | Author | Age | Files | Lines |
* | added IDE_CONTROLLER_32 for systems that have 32 bit prefetch (nw) |  smf- | 2013-06-23 | 1 | -66/+144 |
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -4/+4 |
* | Added vt83c461, which is currently implemented as a 32 bit chip. This allows ... |  smf- | 2013-06-19 | 1 | -87/+2 |
* | Added ata_interface_device, ide_controller_device is now only for pc register... |  smf- | 2013-06-19 | 1 | -280/+39 |
* | Changed "features" to "identify device". Don't set DRDY immediately when exec... |  smf- | 2013-06-16 | 1 | -2/+2 |
* | Fixed ct486 booting with two chd's loaded. Moved the GNET protection command ... |  smf- | 2013-06-15 | 1 | -1/+1 |
* | simplified status flags & fixed ct486 booting in mess (nw) |  smf- | 2013-06-15 | 1 | -1/+1 |
* | Renamed some #defines to match up closer to the ATA specification. Added vali... |  smf- | 2013-06-14 | 1 | -1/+16 |
* | simplified ide_device_interface part 2 (nw) |  smf- | 2013-06-13 | 1 | -2/+2 |
* | ata flash device derives from ide hdd device and adds pccard interface, inste... |  smf- | 2013-06-13 | 1 | -5/+0 |
* | Split hard drive emulation from the ide controller. [smf] |  smf- | 2013-06-13 | 1 | -1075/+118 |
* | moved the reset timer across (nw) |  smf- | 2013-06-13 | 1 | -8/+1 |
* | moved the status timer across (nw) |  smf- | 2013-06-13 | 1 | -5/+4 |
* | moved the status and command across (nw) |  smf- | 2013-06-13 | 1 | -86/+78 |
* | error register moved across (nw) |  smf- | 2013-06-13 | 1 | -24/+17 |
* | area 51 site 4 doesn't like the same value as fishing frenzy, maybe there is ... |  smf- | 2013-06-13 | 1 | -19/+23 |
* | Allow more than one ide controller on the same device [smf] |  smf- | 2013-06-12 | 1 | -2/+5 |
* | fishing frenzy has no hard drive at all and prefers this value. (nw) |  smf- | 2013-06-12 | 1 | -3/+3 |
* | fixed crash if no disk (nw) |  smf- | 2013-06-12 | 1 | -7/+3 |
* | a couple more over the fence (nw) |  smf- | 2013-06-12 | 1 | -24/+22 |
* | moved a couple more variables (nw) |  smf- | 2013-06-12 | 1 | -23/+18 |
* | either I misunderstand the spec or the code but judge dredd doesn't like this... |  smf- | 2013-06-12 | 1 | -2/+2 |
* | moved block_count to the device, renamed some ide commands to make them close... |  smf- | 2013-06-12 | 1 | -27/+24 |
* | moved password fields off the ide controller (nw) |  smf- | 2013-06-12 | 1 | -35/+20 |
* | moved more state from idectrl.h (nw) |  smf- | 2013-06-12 | 1 | -45/+40 |
* | moved the buffer from the ide controller to the device (nw) |  smf- | 2013-06-11 | 1 | -37/+42 |
* | If there is no drive selected then there is nothing to read from, although I'... |  smf- | 2013-06-11 | 1 | -8/+7 |
* | Cleanups and version bumpmame0149 |  Miodrag Milanovic | 2013-06-11 | 1 | -7/+7 |
* | converted to device_timer() (nw) |  smf- | 2013-06-10 | 1 | -58/+50 |
* | Decoupled the IDE bus master emulation from the hard drive emulation [smf] |  smf- | 2013-06-10 | 1 | -366/+316 |
* | Started to separate the bus master dma from the drive emulation (nw) |  smf- | 2013-06-09 | 1 | -70/+115 |
* | created a new device for the bus master ide controller, but the implementatio... |  smf- | 2013-06-09 | 1 | -119/+109 |
* | First pass at tidying up ide interface. It no longer tries to force everythin... |  smf- | 2013-06-08 | 1 | -237/+206 |
* | moved handlers into the ide_controller_device (nw) |  smf- | 2013-06-06 | 1 | -43/+31 |
* | moved where cur_drive is updated & changed pcmcia trampoline definition to 16... |  smf- | 2013-06-05 | 1 | -3/+11 |
* | Merge the mame and mess ide hd device (nw) |  smf- | 2013-06-05 | 1 | -4/+0 |
* | Started to split ide hd from ide controller [smf] |  smf- | 2013-06-05 | 1 | -415/+57 |
* | changed i/o to 8/16 bit & removed the flash trampolines in the driver.(nw) |  smf- | 2013-05-16 | 1 | -9/+9 |
* | Expanded device_t constructor with parameters for short name and source file ... |  Miodrag Milanovic | 2013-03-26 | 1 | -4/+4 |
* | Chihiro.c [Samuele Zannoli] |  Scott Stone | 2013-03-04 | 1 | -0/+27 |
* | idectrl: words 57/58 of IDENTIFY DEVICE are total sectors, not sectors per tr... |  R. Belmont | 2013-02-20 | 1 | -6/+5 |
* | idectrl.c: [Peter Ferrie] |  Scott Stone | 2013-02-06 | 1 | -1/+4 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -1/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -149/+148 |
* | idectrl.c - fix phantom slave drive detection problem. [Peter Ferrie] |  Scott Stone | 2013-01-09 | 1 | -0/+4 |
* | Revert of a portion of r20073: |  Scott Stone | 2013-01-05 | 1 | -21/+6 |
* | 8042kbdc.c [Peter Ferrie] |  Scott Stone | 2013-01-05 | 1 | -6/+21 |
* | cleaned up the ide controller enough to change the irq to a DEVCB2 [smf] |  smf- | 2012-10-26 | 1 | -653/+504 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -3/+1 |
* | Stop allocating arrays of UINT8s for the tokens, when |  Aaron Giles | 2012-09-18 | 1 | -1/+1 |