summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/idectrl.h
Commit message (Expand)AuthorAgeFilesLines
* added IDE_CONTROLLER_32 for systems that have 32 bit prefetch (nw) smf-2013-06-231-16/+43
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Added vt83c461, which is currently implemented as a 32 bit chip. This allows ... smf-2013-06-191-12/+0
* Added ata_interface_device, ide_controller_device is now only for pc register... smf-2013-06-191-94/+10
* Changed "features" to "identify device". Don't set DRDY immediately when exec... smf-2013-06-161-1/+1
* Renamed some #defines to match up closer to the ATA specification. Added vali... smf-2013-06-141-0/+2
* ata flash device derives from ide hdd device and adds pccard interface, inste... smf-2013-06-131-1/+0
* Split hard drive emulation from the ide controller. [smf] smf-2013-06-131-28/+25
* moved the reset timer across (nw) smf-2013-06-131-2/+0
* moved the status timer across (nw) smf-2013-06-131-1/+0
* moved the status and command across (nw) smf-2013-06-131-3/+0
* error register moved across (nw) smf-2013-06-131-1/+0
* Allow more than one ide controller on the same device [smf] smf-2013-06-121-6/+8
* a couple more over the fence (nw) smf-2013-06-121-3/+0
* moved a couple more variables (nw) smf-2013-06-121-3/+0
* moved block_count to the device, renamed some ide commands to make them close... smf-2013-06-121-1/+0
* moved password fields off the ide controller (nw) smf-2013-06-121-10/+3
* moved more state from idectrl.h (nw) smf-2013-06-121-7/+3
* moved the buffer from the ide controller to the device (nw) smf-2013-06-111-2/+0
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* converted to device_timer() (nw) smf-2013-06-101-0/+1
* Decoupled the IDE bus master emulation from the hard drive emulation [smf] smf-2013-06-101-17/+27
* Started to separate the bus master dma from the drive emulation (nw) smf-2013-06-091-0/+4
* created a new device for the bus master ide controller, but the implementatio... smf-2013-06-091-26/+39
* First pass at tidying up ide interface. It no longer tries to force everythin... smf-2013-06-081-15/+12
* moved handlers into the ide_controller_device (nw) smf-2013-06-061-24/+16
* moved where cur_drive is updated & changed pcmcia trampoline definition to 16... smf-2013-06-051-2/+2
* Merge the mame and mess ide hd device (nw) smf-2013-06-051-1/+1
* Started to split ide hd from ide controller [smf] smf-2013-06-051-93/+3
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-4/+4
* changed i/o to 8/16 bit & removed the flash trampolines in the driver.(nw) smf-2013-05-161-2/+2
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-3/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-61/+61
* changed DEVICE_SELF_OWNER to DEVICE_SELF in IDE config & in MCFG_IDE_CONTROLL... smf-2012-10-261-2/+1
* cleaned up the ide controller enough to change the irq to a DEVCB2 [smf] smf-2012-10-261-22/+100
* Memory handler normalization, part 1. Aaron Giles2012-09-171-9/+9
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-1/+20
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-7/+2
* More proper solution for not connected IDE devices (no whatsnew) Miodrag Milanovic2012-08-201-0/+1
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-231-5/+5
* - removed need for *_dev.lst files [Miodrag Milanovic] Miodrag Milanovic2012-02-231-0/+2
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-6/+6
* Small cleanup (no whatsnew) Miodrag Milanovic2012-02-091-2/+0
* IDE controller now support two slots, currently used devices are made as slot... Miodrag Milanovic2012-02-091-16/+113
* Added support for 2 drives on IDE controller [Miodrag Milanovic] Miodrag Milanovic2012-01-121-1/+1
* Preps for doing idectrl change to work with more devices (no whatsnew) Miodrag Milanovic2012-01-111-1/+1
* Various changes and improvements to the Chihiro emulation [Samuele Zannoli] Angelo Salese2011-09-061-0/+10
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* running_device -> device_t Aaron Giles2010-12-311-9/+9