summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added DEBUG-only tagmap lookup counter (nw) Oliver Stöneberg2014-02-213-0/+28
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* #if 0 around some debugging code. Aaron Giles2014-02-201-1/+3
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-19/+34
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+3
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-191-3/+9
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-196-227/+142
* (MESS) pc: Added support for Microsoft DMF 1.68MB disk images. [Curt Coder] Curt Coder2014-02-181-0/+4
* (MESS) Cleanup. (nw) Curt Coder2014-02-181-1/+1
* (MESS) pc: Added support for NASLite 1.72MB disk images. [Curt Coder] Curt Coder2014-02-185-6/+97
* Change palette_t allocation so that it uses matching new/delete operators. Aaron Giles2014-02-182-3/+14
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-183-756/+495
* (MESS) spc1000 : Connected Play button. Added notes. Robbbert2014-02-172-0/+14
* (MESS) spc1000 : added TAP cassette format [Robbbert] Robbbert2014-02-1620-17/+146
* (MESS) apf : added notes Robbbert2014-02-141-0/+13
* g64_dsk: Added bit cell size detection on save. (nw) Curt Coder2014-02-132-18/+24
* (MESS) Minor changes to tifdc; added 360K MFM format to ti99_dsk. (nw) Michael Zapf2014-02-131-4/+8
* (MESS) apf : added back APT format once again. Robbbert2014-02-131-15/+94
* (MESS) apf : added support for CAS and CPF cassettes [Robbbert] Robbbert2014-02-132-85/+84