summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/isa_ide8.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed IDE8 to XTIDE. [smf] smf-2013-09-081-327/+0
* Use 2864 for ROM. This allows XTIDECFG to flash the rom. Tested with 2.0.0 be... smf-2013-09-081-3/+6
* Fixed ATA addressing, reduced rom space to 8k (as that is all the XTIDE v1 su... smf-2013-09-081-46/+124
* Uses one timer instead of anonymous timers, so that resetting the device will... smf-2013-06-241-1/+1
* Added ata_interface_device, ide_controller_device is now only for pc register... smf-2013-06-191-4/+4
* First pass at tidying up ide interface. It no longer tries to force everythin... smf-2013-06-081-8/+9
* Merge the mame and mess ide hd device (nw) smf-2013-06-051-1/+1
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-1/+1
* file location update (nw) Miodrag Milanovic2013-05-151-1/+1
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-38/+38
* XT IDE interface [Phill Harvey-Smith] Miodrag Milanovic2013-04-091-0/+245