summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1155-1530/+1520
* fixed uninitialized memory in the last hunk on CHD creation (fixes potentiall... Oliver Stöneberg2013-01-091-0/+1
* fixed result of bitstream_in::peek(0) (nw) Oliver Stöneberg2013-01-091-0/+3
* cdrom: fixed getting the type of the last track, fixes PCE Bomberman '94 prot... R. Belmont2013-01-081-0/+3
* fixed some cppcheck warnings about format identifiers and duplicated enum (nw) Oliver Stöneberg2013-01-062-5/+5
* more chdcd.c errormessage enhancements / adapted error messages for emu/sound... Oliver Stöneberg2013-01-061-5/+8
* improved some error messages (nw) Oliver Stöneberg2013-01-061-3/+3
* corrected comment and log message in parse_wav_sample() about channels / corr... Oliver Stöneberg2013-01-061-6/+6
* improved error reporting of parse_wav_sample() and fixed potential resource l... Oliver Stöneberg2013-01-061-24/+61
* read ISO as binary as well (nw) Oliver Stöneberg2013-01-061-1/+1
* skip without reading (nw) smf-2013-01-051-4/+3
* fixed NRG reading for good (accidentally removed some non-debug code before c... Oliver Stöneberg2013-01-051-4/+5
* cleaned up some chdcd.c error messages (nw) Oliver Stöneberg2013-01-051-5/+5
* fixed reading of NRG images / bail out on unsupported tracks in NRG images / ... Oliver Stöneberg2013-01-051-13/+39
* fixed filename set in NRG track parsing / added NRG test to chdman unit test ... Oliver Stöneberg2013-01-051-1/+1
* cdrom: Introduces concept of logical sector addresses so games see the disc w... R. Belmont2013-01-052-17/+98
* removed unused m_props from chd_lzma_decompressor (nw) Oliver Stöneberg2013-01-051-1/+0
* tagmap: Try a slightly better hashing function [O. Galibert] Olivier Galibert2013-01-031-2/+2
* added missing initializations in default rectangle constructor (nw) Oliver Stöneberg2012-12-261-1/+2
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-2/+2
* Give error in cases when track size is not one of supported (no whatsnew) Miodrag Milanovic2012-12-061-2/+5
* Added .cdr as a synonym for .iso, as seen on e.g. archive.org (nw) Justin Kerk2012-12-061-1/+1
* Added ISO support to chdman and as mountable image device [Miodrag Milanovic] Miodrag Milanovic2012-12-051-0/+67
* Added experimental support for using Berkeley PLA files as input to jedutil. ... Curt Coder2012-10-102-0/+320
* removed some expressions which are always true (no whatsnew) Oliver Stöneberg2012-10-031-1/+1
* fix for "file note writeable" when creating, plus consolidated some duplicate... smf-2012-09-181-21/+16
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-173-6/+6
* Final round of struct/union/enum normalization. Aaron Giles2012-09-1615-37/+30
* Enum and union normalization. Aaron Giles2012-09-161-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-1516-57/+28
* (MESS) support for writing to compressed hard drives using diff files. [smf] smf-2012-09-081-0/+3
* removed astring::stringbuffer() / use cached value in astring::len() instead ... Oliver Stöneberg2012-09-082-3/+7
* Made cmd line parameter parsing going into unlimited levels (no whatsnew) Miodrag Milanovic2012-09-042-1/+13
* Created new sprite device base class, which manages a bitmap Aaron Giles2012-09-021-0/+19
* re-applied astring changes after fixing bug in trimspace(), but still using s... Oliver Stöneberg2012-08-182-7/+16
* re-added excessive strlen() usage to astring since it causes mysterious forma... Oliver Stöneberg2012-08-172-16/+8
* avoid excessive usage of strlen() in astring by caching the length (no whatsnew) Oliver Stöneberg2012-08-172-8/+16
* firewave's patch fixes more !-operator warnings Michaël Banaan Ananas2012-07-281-1/+1
* fixed memory leak in chd_file_compressor::hashmap (no whatsnew) Oliver Stöneberg2012-07-271-0/+1
* Enable support building the bundled 7z library with a C++ compiler. [Markus ... Scott Stone2012-07-241-3/+0
* CHD fixes: [jmak] R. Belmont2012-06-173-3/+22
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-1/+1
* import of chdman fix from mess (nw) Miodrag Milanovic2012-05-231-2/+2
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-232-0/+13
* CHD error handl​ing by Firewave (no whatsnew) Miodrag Milanovic2012-05-212-1/+8
* Corrected error message to include other possibility (nw) Scott Stone2012-05-181-1/+1
* Change error message to be more descriptive to actual error that occurs when ... Scott Stone2012-05-181-1/+1
* Fix error in decompression for avhuff. Converted cubeqst CHDs Aaron Giles2012-05-071-1/+3
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-05-031-2/+0
* Sync with MAME, various fixes from Firewave and RB (no whatsnew) Miodrag Milanovic2012-04-301-3/+5