summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/harddriv.c
Commit message (Expand)AuthorAgeFilesLines
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-1/+1
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* small cleanup (nw) Miodrag Milanovic2015-04-221-2/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-6/+6
* ti99: ST225 emulation Michael Zapf2015-04-201-0/+14
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-1/+1
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-5/+5
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-4/+4
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-13/+2
* modernized 990_hd, moved some code into ti990_10.c, and simplified harddriv.c... Miodrag Milanovic2014-03-231-5/+5
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-9/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Added ata_interface_device, ide_controller_device is now only for pc register... smf-2013-06-191-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* made cdrom_image_device & harddisk_image_device responsible for accessing dri... smf-2012-10-111-1/+20
* (MESS) support for writing to compressed hard drives using diff files. [smf] smf-2012-09-081-42/+81
* Removed printfs (nw) Miodrag Milanovic2012-02-201-3/+0
* Update CHD error list in chd.c Aaron Giles2012-02-191-47/+2
* Fixed CHD error messages for image devices (no whatsnew) Miodrag Milanovic2012-02-181-3/+15
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-18/+21
* Fixed SCSI hard disk allocation (MT #04595). [Curt Coder] Curt Coder2012-01-161-1/+3
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-2/+2
* Ups , fixed initialization (no whatsnew) Miodrag Milanovic2011-11-211-1/+3
* Added support for hard disk softlists [Miodrag Milanovic] Miodrag Milanovic2011-11-211-9/+15
* Sync with MESS, OG work, credited there (no whatsnew) Miodrag Milanovic2011-11-091-1/+1
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-2/+2
* Harddisk image device is now modern device (no whatsnew) Miodrag Milanovic2011-06-161-163/+118
* There is no difference in handling ide hard drives and other hard drives (no ... Miodrag Milanovic2011-05-121-92/+1
* Renamed one image interface call till I am aware what is what (no whatsnew) Miodrag Milanovic2011-05-041-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Removed mess from names of some calls in image device code (no whatsnew) Miodrag Milanovic2011-01-061-44/+44
* Moved image devices implementation and related UI functions to emu section fr... Miodrag Milanovic2011-01-051-0/+404