summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) Fixed typos. (nw) Curt Coder2013-01-141-9/+3
* (MESS) flopimg: Added support for Commodore GCR encoding. [Curt Coder] Curt Coder2013-01-146-18/+695
* Fix compiling on PowerPC OS X (nw) R. Belmont2013-01-132-3/+27
* More fun with older OS X (nw) R. Belmont2013-01-131-2/+2
* (MESS) Refactored the Commodore 1581 floppy disk drive to use the modern flop... Curt Coder2013-01-122-70/+42
* output of new srcclean changes that are relatively small [smf] smf-2013-01-1133-107/+15
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-11352-66676/+66606
* fixed uninitialized memory in the last hunk on CHD creation (fixes potentiall... Oliver Stöneberg2013-01-091-0/+1
* (MESS) bw12, xerox820, wangpc: Fixed floppy. [Curt Coder] Curt Coder2013-01-091-1/+1
* lviv: added support for multipart tapes (lv0, lv1, etc. extensions) [Fabio Pr... Fabio Priuli2013-01-091-1/+1
* fixed result of bitstream_in::peek(0) (nw) Oliver Stöneberg2013-01-091-0/+3
* Added FM encoding support to upd765_dsk. [Curt Coder] Curt Coder2013-01-0815-44/+131
* cdrom: fixed getting the type of the last track, fixes PCE Bomberman '94 prot... R. Belmont2013-01-081-0/+3
* flopimg: FM WIP (nw) Curt Coder2013-01-073-32/+35
* Added FM encoding support to flopimg and wd17xx_dsk. [Curt Coder] Curt Coder2013-01-0710-122/+198
* fixed some cppcheck warnings about format identifiers and duplicated enum (nw) Oliver Stöneberg2013-01-067-26/+26
* more chdcd.c errormessage enhancements / adapted error messages for emu/sound... Oliver Stöneberg2013-01-061-5/+8
* improved some error messages (nw) Oliver Stöneberg2013-01-061-3/+3
* corrected comment and log message in parse_wav_sample() about channels / corr... Oliver Stöneberg2013-01-061-6/+6
* improved error reporting of parse_wav_sample() and fixed potential resource l... Oliver Stöneberg2013-01-061-24/+61
* read ISO as binary as well (nw) Oliver Stöneberg2013-01-061-1/+1
* skip without reading (nw) smf-2013-01-051-4/+3
* fixed NRG reading for good (accidentally removed some non-debug code before c... Oliver Stöneberg2013-01-051-4/+5
* cleaned up some chdcd.c error messages (nw) Oliver Stöneberg2013-01-051-5/+5
* fixed reading of NRG images / bail out on unsupported tracks in NRG images / ... Oliver Stöneberg2013-01-051-13/+39
* fixed filename set in NRG track parsing / added NRG test to chdman unit test ... Oliver Stöneberg2013-01-051-1/+1
* cdrom: Introduces concept of logical sector addresses so games see the disc w... R. Belmont2013-01-052-17/+98
* removed unused m_props from chd_lzma_decompressor (nw) Oliver Stöneberg2013-01-051-1/+0
* tagmap: Try a slightly better hashing function [O. Galibert] Olivier Galibert2013-01-031-2/+2
* flopimg: Avoid avoidable leaks [O. Galibert] Olivier Galibert2013-01-031-2/+2
* fix portmidi compilation on Xcode 3.2.6 for OSX 10.6.8. no whatsnew. Fabio Priuli2013-01-021-1/+3
* Fix compile on OS X 10.6/10.7 (nw) R. Belmont2013-01-021-0/+1
* floppy: Correctly reach files inside zips or softlists [O. Galibert] Olivier Galibert2013-01-022-0/+57
* fixed portmidi library name / removed overwrite of ARCH when compiling libfla... Oliver Stöneberg2013-01-011-12/+4
* fixed portmidi Visual Studio warnings (nw) Oliver Stöneberg2013-01-012-3/+3
* portmidi: Initial commit. [R. Belmont] R. Belmont2013-01-0129-1/+7999
* there are 81 track adf files out there, actually I think there can be anythin... David Haywood2012-12-311-4/+23
* (mess) dsk: (minimally) complete the dsk support [O. Galibert] Olivier Galibert2012-12-281-8/+31
* added missing initializations in default rectangle constructor (nw) Oliver Stöneberg2012-12-261-1/+2
* removed some unnecessary checks (nw) Oliver Stöneberg2012-12-261-3/+3
* (MESS) fm7: Adjusted cassette sample rate. Fixes Pac-man. mahlemiut2012-12-201-1/+1
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-176-109/+109
* (MESS) c1581: Modernized floppy, WIP. (nw) Curt Coder2012-12-145-116/+209
* Made Orion use new floppy system (no whatsnew) Miodrag Milanovic2012-12-141-3/+7
* (MESS) tiki100: Added floppy sector skew and fixed PSG output mode. (nw) Curt Coder2012-12-131-4/+3
* b2m : Set proper floppy drive type and used custom format loading (nw) Miodrag Milanovic2012-12-131-1/+1
* Added specialist mx custom format handling (nw) Miodrag Milanovic2012-12-132-145/+70
* (MESS) sf7000: Verified floppy format gap sizes. [Curt Coder] Curt Coder2012-12-101-2/+2
* (MESS) sf7000: Fixed floppy. [Curt Coder] Curt Coder2012-12-091-3/+2
* Give error in cases when track size is not one of supported (no whatsnew) Miodrag Milanovic2012-12-061-2/+5