summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* upd765_dsk: don't crash when inserting a disk after removing a different ↵ cracyc2013-04-151-5/+11
| | | | | size one (nw) winsocket, winptty: don't use osd_free on pointer allocated with malloc (nw)
* Adds simple_set data structure and hooked it up to the debugger comment system. Andrew Gardner2013-04-131-0/+995
| | | | | [Andrew Gardner]
* imd: Stop being so anal-retentive, it's counterproductive [O. Galibert] Olivier Galibert2013-03-261-34/+5
|
* (MESS) Be a bit more fine-grained in when to mark slot options as internal. (nw) Wilbert Pol2013-02-272-0/+19
|
* fixed memory leak in find_default_device() (nw) Oliver Stöneberg2013-02-211-0/+1
|
* Don't save out internally determined settings to .ini files. (nw) Wilbert Pol2013-02-212-17/+22
|
* set proper cassette image loading error / removed unused ↵ Oliver Stöneberg2013-02-121-2/+1
| | | | CASSETTE_ERROR_INVALIDARG (nw)
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-115-66/+65
|
* flopimg: When generating a pc layout, don't write the gap3 after the last ↵ Olivier Galibert2013-02-091-5/+7
| | | | sector [O. Galibert]
* aviio.c - Fix bad frames occurring on 2GB RIFF splits [Phil Bennett] Phil Bennett2013-02-021-15/+23
|
* fixed undefined behavior in bitstream_out::write() as well - thanks to ↵ Oliver Stöneberg2013-02-021-1/+4
| | | | -fcatch-undefined-behavior and clang (nw)
* disabled pointless (at least in terms of MAME/MESS) DEBUG message in libflac ↵ Oliver Stöneberg2013-02-011-1/+1
| | | | (nw)
* disabled stupid zlib trace message with DEBUG (nw) Oliver Stöneberg2013-02-011-1/+5
|
* fixed typo in previous commit / fixed DEBUG compilation of pmwinmm.c and zlib Oliver Stöneberg2013-02-013-5/+3
|
* (MESS) tiki100: Fixed 90K floppy format. (nw) Curt Coder2013-01-241-1/+1
|
* dsk_dsk: Header size obvious fix [O. Galibert] Olivier Galibert2013-01-201-1/+1
|
* Fixed MSVC compile. (nw) Curt Coder2013-01-171-2/+2
|
* (MESS) d64/g64 floppy modernization WIP. (nw) Curt Coder2013-01-179-164/+381
|
* (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
| | | (MESS) d64/g64 floppy modernization WIP. (nw)
* 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 ↵ Curt Coder2013-01-122-70/+42
| | | | | | floppy system. Supports read-only access to D81 images. [Curt Coder] wd_fdc: Controller remains busy until the last DRQ has been served, and the sector register can now be written more than once. [Curt Coder]
* 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 ↵ Oliver Stöneberg2013-01-091-0/+1
| | | | potentially different filesize with each compiler not defaulting memory to 0x00 including Visual Studio) / added another chdman test (nw)
* (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 ↵ Fabio Priuli2013-01-091-1/+1
| | | | | | | | | Priuli] softlists: added preliminary softlists to Apogee, Bashkiria-2M, BK-0010, Galaksija, Korvet, Lviv, Mikrosha, Ondra ViLi, Orao, Orion-128/OrionPro, Partner-01.01, Pecom64, Pyldin-601, Radio-86RK, Specialist/Specialist MX and UT-88. [Fabio Priuli] After 0.148 I will clean up the file descriptions, but it's good to have these documented at last :-) Loading instructions are already present at projectMESS and will be in next sysinfo update.
* 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
| | | (MESS) bw2: Fixed floppy loading. [Curt Coder]
* cdrom: fixed getting the type of the last track, fixes PCE Bomberman '94 ↵ R. Belmont2013-01-081-0/+3
| | | | proto (nw)
* 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 ↵ Oliver Stöneberg2013-01-061-5/+8
| | | | emu/sound/samples.c / fixed GCC compile (nw)
* improved some error messages (nw) Oliver Stöneberg2013-01-061-3/+3
|
* corrected comment and log message in parse_wav_sample() about channels / ↵ Oliver Stöneberg2013-01-061-6/+6
| | | | corrected some format specifiers (nw)
* improved error reporting of parse_wav_sample() and fixed potential resource ↵ Oliver Stöneberg2013-01-061-24/+61
| | | | leaks / use more proper errorcodes when encountering an error when parsing an input file (nw)
* 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 ↵ Oliver Stöneberg2013-01-051-4/+5
| | | | commit) (nw)
* 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
| | | | cleanups (nw)
* fixed filename set in NRG track parsing / added NRG test to chdman unit test ↵ Oliver Stöneberg2013-01-051-1/+1
| | | | (nw)
* cdrom: Introduces concept of logical sector addresses so games see the disc ↵ R. Belmont2013-01-052-17/+98
| | | | with pregap/postgap sectors actually taking up sector numbers as in reality. Fixes PC-Engine CDs with hardcoded sector numbers. [R. Belmont, Angelo Salese]
* 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
|