summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-2622-872/+871
* 1 more bad byte found in stopthie, confirmed by seanriddle hap2014-11-181-1/+1
* cleanup hap2014-11-171-109/+134
* nw hap2014-11-161-6/+8
* made plaparse less strict about whitespace and ordering, and added .phase key... hap2014-11-161-104/+194
* fix compile hap2014-11-151-1/+1
* (MESS) victor9k: Floppy WIP. (nw) Curt Coder2014-11-054-46/+103
* (MESS) victor9k: Floppy WIP. (nw) Curt Coder2014-11-042-3/+118
* OS/2 build fixes [KO Myung-Hun] arbee2014-11-032-1/+36
* (MESS) victor9k: Floppy WIP. (nw) Curt Coder2014-11-031-1/+1
* (MESS) victor9k: Floppy WIP. (nw) Curt Coder2014-11-032-43/+81
* enabled a few C64 cart types from fullpath (.crt format), sync castool etabeta782014-11-036-63/+93
* (MESS) victor9k: Floppy WIP. (nw) Curt Coder2014-11-023-0/+156
* d88_dsk: Support some incorrect images [O. Galibert] Olivier Galibert2014-10-311-1/+5
* ap2_dsk: edd support [O. Galibert] Olivier Galibert2014-10-274-11/+142
* ap2_dsk: Fix broken detection of dsk [O. Galibert] Olivier Galibert2014-10-271-2/+2
* (MESS) spc1000: added support for tapes in .cas format [Fabio Priuli] etabeta782014-10-241-21/+87
* fixed the other __MSC_VER (nw) smf-2014-10-231-1/+1
* fix building with MSVC (nw) smf-2014-10-231-1/+1
* line ending changes? Curt Coder2014-10-232-472/+472
* Fix compile on official tools (nw) Miodrag Milanovic2014-10-232-4/+4
* line endings (nw) Miodrag Milanovic2014-10-231-444/+444
* winpcap: add WinPCap headers to the project; peterferrie2014-10-2216-0/+3188
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-156-3710/+3705
* (MESS) dmv: added floppy softlist. [Sandro Ronco] Sandro Ronco2014-10-102-0/+182
* (MESS) fixed compile. Robbbert2014-10-081-0/+1
* (MESS) msx.c: Added support for DMK floppy images. [Wilbert Pol] Wilbert Pol2014-10-082-0/+263
* (MESS) More sector order heuristics. (nw) R. Belmont2014-10-041-1/+4
* (MESS) concept: Add 5.25" DSDD raw image support and preliminary pseudo-DMA t... R. Belmont2014-09-293-0/+192
* Changing #includes for headers that are part of toolchain and not part of any... Scott Stone2014-09-293-3/+3
* Removed unused variables.(nw) Michael Zapf2014-09-261-2/+0
* (MESS) hdc9234 still WIP, HFDC fixes, disk formats re-implemented for Michael Zapf2014-09-262-622/+868
* (MESS) ti99: Changed logging for HFDC and interleave for MFM. (nw) Michael Zapf2014-09-131-1/+1
* (MESS) ti99: A single missing character breaks a floppy format.(nw) Michael Zapf2014-09-121-1/+1
* (MESS) Stop trashing DiskCopy 4.2 images that don't have tags. [R. Belmont] R. Belmont2014-09-111-1/+6
* replaced a few more exit() calls with fatalerror() (nw) Oliver Stöneberg2014-09-102-3/+3
* added another note about memory leak (nw) Oliver Stöneberg2014-09-101-0/+1
* added note about memory leak (nw) Oliver Stöneberg2014-09-101-0/+1
* do not start tagmap lookup counting until everything is initialized / tagmap ... Oliver Stöneberg2014-09-092-2/+6
* moved tagged_list:: out of tagged_list to make it catch-able / handle add_exc... Oliver Stöneberg2014-09-081-9/+9
* Updated to latest mongoose (nw) Miodrag Milanovic2014-09-082-0/+27
* msx_dsk.c: Add support for 81 track images (nw) Wilbert Pol2014-09-061-0/+4
* Update to latest mongoose (nw) Miodrag Milanovic2014-09-022-3635/+3758
* mfi_dsk: Fix leaks [O. Galibert] Olivier Galibert2014-08-281-1/+6
* (MESS) Support ProDOS-order Pascal 1.3 images [R. Belmont] R. Belmont2014-08-171-0/+5
* (MESS) dmv: added expansions slot interface. [rfka01, Sandro Ronco] Sandro Ronco2014-08-153-0/+83
* Fix Clang compile (nw) R. Belmont2014-08-101-1/+1
* flopimg: don't trash a bunch of memory when loading legacy floppies. [R. Belm... R. Belmont2014-08-091-1/+1
* duh (nw) Olivier Galibert2014-08-091-4/+4
* floppy: Handle half and quarter tracks [O. Galibert] Olivier Galibert2014-08-094-61/+87