summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-0739-332/+307
* (MESS) tandy2k: Tries to load DOS now. (nw) Curt Coder2014-04-063-0/+72
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-3111-19/+17
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-3111-17/+19
* made MAME and MESS compile under VS2013, 32bit only for now (nw) Miodrag Milanovic2014-03-311-1/+1
* fmtowns: converted to use wd_fdc and modern floppy drive implementation. mahlemiut2014-03-313-0/+68
* small LSB_FIRST cleanup (nw) Oliver Stöneberg2014-03-301-18/+1
* some dynamic_buffer/dynamic_array usage cleanups (nw) Oliver Stöneberg2014-03-294-18/+10
* converted some malloc()/free() usage to dynamic_array/dynamic_buffer (nw) Oliver Stöneberg2014-03-296-148/+39
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-292-5/+4
* converted some global_alloc_array() usage to dynamic_array/dynamic_buffer (nw) Oliver Stöneberg2014-03-281-1/+1
* floppy: splice-related fixes [O. Galibert] Olivier Galibert2014-03-261-0/+2
* some comments (nw) Oliver Stöneberg2014-03-241-1/+1
* osd_* -> global_* compilation fixes (nw) Oliver Stöneberg2014-03-241-2/+3
* do not use osd_malloc/osd_free in non-OSD code (nw) Oliver Stöneberg2014-03-241-2/+2
* some mismatched malloc/free usage with osd_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* libflac: changed HAVE_CONFIG_H checks to be as intended - will be fixed upstr... Oliver Stöneberg2014-03-2425-25/+25
* this fix (borrowed from libflac 1.3.0) works as well in OSX 10.6.8. I hope it... Fabio Priuli2014-03-222-21/+22
* sorry but these still break compilation under last Xcode available for my Fabio Priuli2014-03-221-10/+10
* and more global_free() -> global_free_array()(nw) Oliver Stöneberg2014-03-172-4/+4
* Nuke some more auto_allocs. Aaron Giles2014-03-161-0/+1
* i8089: channel priorities [Carl] cracyc2014-03-121-1/+1
* fixed clang -Wunused-const-variable warning in libflac (nw) Oliver Stöneberg2014-03-122-5/+4
* Allow JSMESS to compile with -Werror (nw) Justin Kerk2014-03-121-0/+2
* reverted change to src/lib/lib.mak (nw) Oliver Stöneberg2014-03-121-7/+1
* fixed libflac compilation for older clang versions (nw) Oliver Stöneberg2014-03-121-1/+7
* remove duplicate type definition of FPTR, fix compile on GCC 4.4.7 Jonathan Gevaryahu2014-03-121-6/+0
* more clang and Linux compilation fixes (nw) Oliver Stöneberg2014-03-111-6/+0
* fixed GCC/clang compilation / fixed some forward declarations (nw) Oliver Stöneberg2014-03-111-0/+1
* Fix a couple of compile errors, leftover debugging. Aaron Giles2014-03-111-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-1129-345/+1272
* added TODOs about potential overflows in core_i64_hex_format() and core_i64_o... Oliver Stöneberg2014-03-101-0/+2
* (MESS) applix : corrected file-ext of disks Robbbert2014-03-101-1/+1
* (MESS) Floppy modernization, part 2. Michael Zapf2014-03-092-141/+846
* Moved sbyte_mfm_r out of private area to make it accessible to format Michael Zapf2014-03-092-7/+11
* re-enabled checks in src/lib/libflac/libFLAC/memory.c / removed definition of... Oliver Stöneberg2014-03-062-14/+10
* fixed reading of bits/sample in parse_wav_sample() on big-endian systems (nw) Oliver Stöneberg2014-03-061-1/+2
* restored some libflac code omitted in initial commit allowing big-endian comp... Oliver Stöneberg2014-03-062-13/+27
* removed a modification from a libflac file we don't even use (nw) Oliver Stöneberg2014-03-061-1/+1
* re-enabled log message I disabled when I was messing around with DEBUG for ex... Oliver Stöneberg2014-03-061-1/+1
* re-added some libflac code, that was missing/disabled in the initial commit (nw) Oliver Stöneberg2014-03-062-5/+19
* pass VERSION define via compiler flags to libflac (nw) Oliver Stöneberg2014-03-063-5/+8
* changed casing of FLAC folders to match official source distribution (nw) Oliver Stöneberg2014-03-0544-257/+274
* (MESS) SOL20 : added partial support for SVT format (used in Solace emulator)... Robbbert2014-03-043-0/+393
* Fixed memory leak. (nw) Curt Coder2014-03-031-0/+3
* (MESS) microbee : added support for TAP and BEE formats (used in ubee512 emul... Robbbert2014-02-273-0/+275
* fixed ubsan invalid vptr error with dynamic_array<hash_pair> in struct work_i... Oliver Stöneberg2014-02-262-1/+11
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-252-5/+5
* (MESS) sorcerer : added .TAPE cassette format [Robbbert] Robbbert2014-02-233-0/+172
* fixed non-DEBUG build (nw) Oliver Stöneberg2014-02-212-5/+5