summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (MESS) c64: Floppy WIP. (nw) Curt Coder2014-02-123-431/+79
* Formats detected with size only should not have a confidence higher than 50 (nw) Olivier Galibert2014-02-121-2/+2
* (MESS) Changing to new floppy implementation, part 1. Michael Zapf2014-02-122-0/+256
* Allow to overwrite find_size and customize offset computation. Michael Zapf2014-02-122-3/+17
* Fixed sector extract for FM recording. Michael Zapf2014-02-121-26/+12
* (MESS) pet: Floppy WIP. (nw) Curt Coder2014-02-066-17/+17
* (MESS) c64: Floppy WIP. (nw) Curt Coder2014-02-041-3/+2
* (MESS) phc25 : a very small note Robbbert2014-02-041-1/+1
* Cleanup. (nw) Curt Coder2014-02-031-0/+1
* nw Curt Coder2014-02-031-1/+1
* (MESS) Refactored the Commodore 1541/1551/1571/2031 disk drives to use the mo... Curt Coder2014-02-0312-61/+253
* (MESS) phc25 : can load .phc cassettes Robbbert2014-02-023-0/+195
* (MESS) d64_dsk: Fixed memory leak. (nw) Curt Coder2014-01-242-9/+10
* (MESS) g64_dsk: Skip unformatted tracks. (nw) Curt Coder2014-01-221-0/+1
* Fixed build. (nw) Curt Coder2014-01-212-2/+2
* (MESS) g64_dsk: Fixed modern image loading. (nw) Curt Coder2014-01-212-59/+53
* (MESS) compclr2: Added read-only support for Compucolor Virtual Floppy Disk I... Curt Coder2014-01-182-26/+26
* clean up stray properties (nw) Alex W. Jackson2014-01-182-0/+0
* (MESS) compclr2: Video and floppy WIP. (nw) Curt Coder2014-01-171-1/+1
* diserial: Added framing error detection. [Curt Coder] Curt Coder2014-01-161-1/+1
* (MESS) compclr2: Floppy WIP. (nw) Curt Coder2014-01-162-61/+29
* (MESS) compclr2: Emulated the keyboard and floppy WIP. (nw) Curt Coder2014-01-155-1/+292
* (MESS) d64_dsk: Fixed number of tracks. (nw) Curt Coder2014-01-151-2/+2
* Prevent clock bit to be deleted after CRC in FM. [Michael Zapf] Michael Zapf2014-01-051-0/+1