summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/idectrl.c
Commit message (Expand)AuthorAgeFilesLines
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+1
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* idetrl.c - Support IDE command 0x31 (IDE_COMMAND_WRITE_MULTIPLE_NORETRY) [Phi... Phil Bennett2012-09-151-64/+66
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-25/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+38
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-6/+4
* More proper solution for not connected IDE devices (no whatsnew) Miodrag Milanovic2012-08-201-2/+7
* Fix for MT bug #04844, no need to clear status if drive not connected (no wha... Miodrag Milanovic2012-07-151-2/+0
* fixed some "comparison is always true/false" warnings reported by clang by Fi... Miodrag Milanovic2012-05-201-2/+2
* Added the clock counter chain and other common functions into device_rtc_inte... Curt Coder2012-04-271-3/+1
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-04-271-1/+3
* fixed several Visual Studio compiler warnings and 64-bit libflac compilation ... Miodrag Milanovic2012-02-291-0/+2
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-9/+9
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-4/+7
* Small cleanup (no whatsnew) Miodrag Milanovic2012-02-091-2/+2
* IDE controller now support two slots, currently used devices are made as slot... Miodrag Milanovic2012-02-091-334/+366
* Clean it a bit (no whatsnew) Miodrag Milanovic2012-01-261-9/+4
* fixed idectrl regression (no whatsnew) Miodrag Milanovic2012-01-261-2/+2
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-9/+9
* Added support for 2 drives on IDE controller [Miodrag Milanovic] Miodrag Milanovic2012-01-121-263/+340
* Preps for doing idectrl change to work with more devices (no whatsnew) Miodrag Milanovic2012-01-111-2/+5
* Added delayed interrupts in idectrl to enable booting on some older bioses [C... Miodrag Milanovic2012-01-061-3/+3
* idectrl - Fixed double free on image device stop, fixes pc issue (no whatsnew) Miodrag Milanovic2011-10-141-4/+8
* Cleanups and version bumpmame0143u5 Angelo Salese2011-09-061-2/+2
* Various changes and improvements to the Chihiro emulation [Samuele Zannoli] Angelo Salese2011-09-061-0/+14
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-6/+6
* idectrl - made harddrive device search relative (no whatsnew) Miodrag Milanovic2011-07-091-4/+6
* idectrl - Implemented command 0x70 (SEEK) makes jdredd and jdreddb boot again... Miodrag Milanovic2011-07-041-0/+17
* Harddisk image device is now modern device (no whatsnew) Miodrag Milanovic2011-06-161-2/+2
* idectrl - implemented verify no retry command [Carl] Miodrag Milanovic2011-05-301-1/+3
* i286 - enabling 287 emulation by trapping when needed [Carl] Miodrag Milanovic2011-05-291-0/+2
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-2/+2
* Added 0xE3 command to idectrl, ATAPI identify should not work for hard disk, ... Miodrag Milanovic2011-05-051-2/+15
* Updated idectrl to react on IDE_COMMAND_ATAPI_IDENTIFY it is returning same c... Miodrag Milanovic2011-05-051-0/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-5/+5
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-1/+1
* Removed lines left for experiments (no whatsnew) Miodrag Milanovic2011-04-121-3/+0
* pic8259 - Added support for cascade mode, updated interface in all drivers [M... Miodrag Milanovic2011-04-121-0/+20
* BIG update. Aaron Giles2011-03-291-25/+24
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+0
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-44/+44
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-10/+10
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-11/+11
* Attotime bulk conversion step: Aaron Giles2011-02-031-9/+9
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Removed more ifdefs from scsi code (no whatsnew) Miodrag Milanovic2011-01-101-19/+19
* Removed mess from names of some calls in image device code (no whatsnew) Miodrag Milanovic2011-01-061-2/+2
* Moved image devices implementation and related UI functions to emu section fr... Miodrag Milanovic2011-01-051-4/+1
* running_device -> device_t Aaron Giles2010-12-311-17/+17