summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/chd_cd.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-143/+0
* 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
* small cleanup (nw) Miodrag Milanovic2015-04-221-2/+1
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-3/+3
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-14/+4
* Some changes/corrections to device descriptions from MASH (nw) Scott Stone2014-03-311-1/+1
* 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-2/+2
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-1/+1
* (mess) psxcd: simplify the cdrom [Carl] cracyc2013-03-241-0/+5
* (MESS) Properly close the old image when swapping CHD-CDs [Steve Leung] R. Belmont2013-02-031-0/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-9/+9
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-1/+1
* Fixed cdrom extensions in listmedia (no whatsnew) Miodrag Milanovic2012-12-111-1/+3
* Added .cdr as a synonym for .iso, as seen on e.g. archive.org (nw) Justin Kerk2012-12-061-1/+1
* added iso to supported cdrom images lists (no whatsnew) Miodrag Milanovic2012-12-051-1/+1
* made cdrom_image_device & harddisk_image_device responsible for accessing dri... smf-2012-10-111-1/+19
* Update CHD error list in chd.c Aaron Giles2012-02-191-45/+1
* Fixed CHD error messages for image devices (no whatsnew) Miodrag Milanovic2012-02-181-2/+12
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-4/+5
* Added support for loading other image types to cdrom device, with use of chdm... Miodrag Milanovic2011-08-201-6/+12
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-2/+2
* CDROM image device modernized and drivers updated (no whatsnew) Miodrag Milanovic2011-06-151-121/+75
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-4/+4
* cleanups, this time for good Angelo Salese2011-04-171-1/+1
* cartslot.c/chd_cd.c: added support for a callback function to test softlist s... Fabio Priuli2011-04-071-0/+7
* BIG update. Aaron Giles2011-03-291-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-2/+2
* Added CHD support in softlists [Miodrag Milanovic] Miodrag Milanovic2011-01-101-4/+11
* Removed mess from names of some calls in image device code (no whatsnew) Miodrag Milanovic2011-01-061-9/+9
* Moved image devices implementation and related UI functions to emu section fr... Miodrag Milanovic2011-01-051-0/+191