summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-1737-12869/+12851
* (MESS) c128: Added support for double-sided Commodore GCR images to be used w... Curt Coder2013-09-163-45/+86
* removed useless unsigned variable checks in src/lib/formats/ap_dsk35.c (nw) Oliver Stöneberg2013-09-161-1/+1
* cdrom: set GD flag for both "bare" and chd input (nw) R. Belmont2013-09-071-0/+1
* updated zlib to 1.2.8 [Oliver Stöneberg] Oliver Stöneberg2013-08-2729-7344/+7445
* (mess) support raw compis images (nw) cracyc2013-08-212-0/+111
* Fixed possible crash on exit (nw) Robbbert2013-08-161-0/+1
* Moved webengine into separate file, added callbacks for websockets and made e... Miodrag Milanovic2013-08-121-1/+2
* .hdm -> another raw image format, used by add_ssil so far Angelo Salese2013-08-071-1/+1
* Correct disk geometry for PC-98 raw images Angelo Salese2013-08-071-1/+2
* Added raw formats for PC-98 Angelo Salese2013-08-073-0/+121
* Fix compile Angelo Salese2013-08-071-3/+8
* this was not needed, putting back to original content (nw) Miodrag Milanovic2013-08-073-3/+3
* added json library and working example (nw) Miodrag Milanovic2013-08-0717-1/+6879
* Fix compile on windows :) (nw) Miodrag Milanovic2013-08-071-1/+4
* fix Linux compile (nw) R. Belmont2013-08-071-0/+2
* Initial commit of internal web server, mostly to check compiling on various p... Miodrag Milanovic2013-08-073-0/+5784
* td0_dsk:fix null sector case (nw) cracyc2013-08-011-8/+8
* fixed memory leak (thx to OG for the fix) Robbbert2013-07-311-0/+1
* (MESS) kaypro : Added back the DSK format (still doesn't work!) Robbbert2013-07-293-0/+147
* Force libflac to never be optimized in a more portable way (nw) R. Belmont2013-07-252-2/+2
* fix compile Michaël Banaan Ananas2013-07-171-0/+1
* Some emu.h related redundant #include cleanup (nw) Scott Stone2013-07-171-1/+0
* Initial support for Fedora 19 / GCC 4.8.1 [R. Belmont] R. Belmont2013-07-081-1/+1
* (MESS) mbee : changed gaps Robbbert2013-07-061-4/+4
* (MESS) mbee : converted to modern fdc, still doesn't work though. (nw) Robbbert2013-07-053-0/+114
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-0524-69/+72
* disabled optimizations for FLAC__lpc_compute_autocorrelation() for 32-bit GCC... Oliver Stöneberg2013-07-041-0/+3
* chdman: fixed hang when chd_file_compressor::async_read() failed (e.g. trying... Oliver Stöneberg2013-06-211-5/+6
* added workaround to FLAC__lpc_compute_autocorrelation() for 32-bit GCC (aka n... Oliver Stöneberg2013-06-211-5/+9
* small formating change to src/lib/util/aviio.c (nw) Oliver Stöneberg2013-06-201-42/+42
* fixed yuy16_compress_to_yuy() sometimes writing all green video with YUV2 and... Oliver Stöneberg2013-06-191-1/+1
* (MESS)-bml3: split into three variants (bml3, bml3a and bml3b) according to f... Miodrag Milanovic2013-06-193-64/+0
* removed unused exmaples from zlib folder (nw) Oliver Stöneberg2013-06-192-1232/+0
* treesize in laserdisc CHD was uninitialized when input video had no audio cha... Oliver Stöneberg2013-06-181-0/+5
* removed unused src/lib/libflac/include/flac++ - libflac++ was removed a long ... Oliver Stöneberg2013-06-175-1786/+0
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-112-3/+1
* (MESS) ep64: Modernized the Enterprise 64/128 driver. [Curt Coder] Curt Coder2013-06-063-0/+102
* (MESS) bml3.c [jedwidz] Miodrag Milanovic2013-06-053-0/+64
* dsk_dsk: Fixed incorrect sector size bug preventing standard DSK images from ... mahlemiut2013-06-041-1/+4
* (MESS) Applix: Added floppy disk drives Robbbert2013-05-293-2/+104
* td0_dsk: make sure header magic is same case and include cell calc from OG (nw) cracyc2013-05-231-10/+11
* td0_dsk: be more permissive of disk types (nw) cracyc2013-05-231-4/+1
* td0_dsk: add new floppy system support for teledisk [Carl] cracyc2013-05-232-13/+299
* Ignore unformatted tracks in dsk files [smf] smf-2013-05-211-2/+11
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-2060-11624/+11581
* libflac: Improve portability for older versions of Xcode [John Gilbert] R. Belmont2013-05-191-2/+2
* Various CD-ROM / CHDMAN improvements: [R. Belmont] R. Belmont2013-05-183-30/+106
* (mess) pc: fix font for asst128 (nw) cracyc2013-05-113-0/+102
* added additional flags for compiling on linux and osx, but enabled just posix... Miodrag Milanovic2013-05-101-1/+10