summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (MESS) Disabled logging. (nw) Curt Coder2012-09-081-1/+0
* (MESS) c128: Added missing IEC bus. (nw) Curt Coder2012-09-081-0/+1
* 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
* preliminary FM support (no whatsnew) Miodrag Milanovic2012-08-272-0/+155
* floppy: Harmless intermediate commit that could help Micko (nw) Olivier Galibert2012-08-248-2/+604
* Placeholders (nw) Olivier Galibert2012-08-245-0/+0
* cothread removed, was not used for a long time and was commented (no whatsnew) Miodrag Milanovic2012-08-2318-1345/+0
* (MESS) mz_cas.c: apparently, MZT is just another alias for MZF. (no whatsnew) Miodrag Milanovic2012-08-211-1/+1
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-202-7/+7
* Sync with MESS (nw) Miodrag Milanovic2012-08-201-13/+21
* 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
* Sync with MESS (nw) Miodrag Milanovic2012-08-171-21/+12
* Sync with MESS. (nw) Curt Coder2012-08-121-25/+20
* Sync with MESS. (nw) Curt Coder2012-08-122-49/+80
* fixed some unread variable warnings reported by clang (no whatsnew) Oliver Stöneberg2012-08-091-9/+0
* removed some not used variables (nw) Miodrag Milanovic2012-08-041-2/+2
* 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
* removed gzio.o as it doesn't exist smf-2012-07-261-1/+0
* don't build 64 bit functions when the prototype isn't defined in the .h smf-2012-07-262-0/+8
* updated zlib to 1.2.7 / renamed zconf.in.h to zconf.h.in [Oliver Stöneberg] Oliver Stöneberg2012-07-2633-2611/+5059
* updated expat to 2.1.0 [Oliver Stöneberg] Oliver Stöneberg2012-07-264-78/+227
* Enable support building the bundled 7z library with a C++ compiler. [Markus ... Scott Stone2012-07-242-3/+5
* Clean-ups and version bumpmame0146u3 Miodrag Milanovic2012-07-151-2/+2
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-07-073-0/+121
* Clean-ups and version bumpmame0146u2 Miodrag Milanovic2012-07-022-5/+5
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-06-183-0/+205
* CHD fixes: [jmak] R. Belmont2012-06-173-3/+22
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-113-3/+3
* Redoing the previous change the right way ;-) (nw) R. Belmont2012-05-303-9/+4
* flopimg: support MFM formats where sector numbering starts at 0 [R. Belmont] R. Belmont2012-05-303-7/+7
* Fixed error from manually merging patch (nw) R. Belmont2012-05-281-0/+1
* SDL: Preliminary Haiku OS support [PulkoMandy] R. Belmont2012-05-281-0/+11
* Mirroring changes from MESS (nw) R. Belmont2012-05-273-0/+194
* fixed memory leak in libflac/libflac/md5.c (fixes memory issues with chdman) ... Miodrag Milanovic2012-05-241-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
* Sync with MESS changes for cassette by S.Ronco (no whatsnew) Miodrag Milanovic2012-05-236-2/+248
* CHD error handl​ing by Firewave (no whatsnew) Miodrag Milanovic2012-05-212-1/+8
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-05-211-5/+16
* 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
* Fixed compilation under VS2010 (no whatsnew) Miodrag Milanovic2012-05-172-5/+5
* fixes for building with visual studio 11 beta. smf-2012-05-102-6/+2
* Sync with MESS (nw) Miodrag Milanovic2012-05-071-65/+114