summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/cdrom.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1646/+0
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-184/+184
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-47/+376
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-4/+4
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-4/+4
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-201-0/+2
* CHD cleanups: [MetalliC] R. Belmont2014-04-281-1/+1
* cdrom: fix uninitialized flags [MetalliC] R. Belmont2014-04-181-0/+2
* don't memset structs or classes in C++, fixes regression from last commit (nw) R. Belmont2014-04-181-2/+0
* chd updates: [MetalliC] R. Belmont2014-04-181-13/+32
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* cdrom: set GD flag for both "bare" and chd input (nw) R. Belmont2013-09-071-0/+1
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-30/+29
* Various CD-ROM / CHDMAN improvements: [R. Belmont] R. Belmont2013-05-181-24/+72
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-104/+104
* cdrom: fixed getting the type of the last track, fixes PCE Bomberman '94 prot... R. Belmont2013-01-081-0/+3
* cdrom: Introduces concept of logical sector addresses so games see the disc w... R. Belmont2013-01-051-14/+93
* removed some expressions which are always true (no whatsnew) Oliver Stöneberg2012-10-031-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+1
* CHD fixes: [jmak] R. Belmont2012-06-171-0/+1
* Sync with MAME, various fixes from Firewave and RB (no whatsnew) Miodrag Milanovic2012-04-301-3/+5
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-14/+14
* Added code to cdrom.c to compute and verify ECC codes for mode 1/2 Aaron Giles2012-04-061-0/+315
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-2/+2
* chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve... R. Belmont2012-03-041-19/+56
* The right fix is to not compare against array index -1. Aaron Giles2012-02-191-1/+1
* This one visible on clean only (nw) Miodrag Milanovic2012-02-191-1/+1
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-1/+1
* Fixed cdrom_file allocation, it contains classes so can't be allocated by mal... Miodrag Milanovic2012-02-181-3/+3
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-143/+81
* chdman: fixed -extractcd of images with postgaps. CHDs do not need reconvers... R. Belmont2011-12-311-0/+3
* Cleanups and version bump Angelo Salese2011-08-251-11/+11
* Fixed closing cdrom in case of CHD (no whatsnew) Miodrag Milanovic2011-08-201-2/+5
* cdrom - Fixed offset calculation thanks to mahlemiut (no whatsnew) Miodrag Milanovic2011-08-201-6/+4
* Added support for loading other image types to cdrom device, with use of chdm... Miodrag Milanovic2011-08-201-4/+109
* Port from MESS, nw Angelo Salese2011-06-281-1/+1
* cdrom: convert Mode 1 Form 1 sectors to Mode 1 raw if requested [R. Belmont] R. Belmont2011-06-251-0/+17
* Added many instances of missing static and const qualifiers to MAME, and disa... Scott Stone2010-06-171-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-2/+2
* chdman/cdrom updates: [R. Belmont] R. Belmont2010-05-301-40/+142
* lib/util/cdrom.c: Fixed stack corruption in CHD code [Oliver Stöneberg] Michaël Banaan Ananas2010-05-101-1/+1
* cdrom: correct header length for form 2 raw sectors [R. Belmont] R. Belmont2010-04-251-4/+4
* lib/util now includes stdlib.h where needed Couriersud2010-01-171-0/+2
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-13/+13
* Moved all files in src/lib/util over to straight BSD and common Aaron Giles2009-10-101-2/+30
* Cleanups and version bump. Aaron Giles2009-03-191-2/+2
* Moved chd_clone_metadata code into chdman.c so that it can intelligently Aaron Giles2009-03-101-7/+31
* Added flags to the metadata entries, encoded in the top bit. Right now Aaron Giles2009-03-051-2/+2