summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* disabled allocation logging (nw) Oliver Stöneberg2014-05-161-1/+1
* re-applied safe corealloc changes (nw) Oliver Stöneberg2014-05-162-16/+11
* Revert of r30457 per Micko (nw) Scott Stone2014-05-152-10/+14
* corealloc adjustments: Oliver Stöneberg2014-05-152-14/+10
* return an error when trying to use a .7z file with zippath - for now (nw) Oliver Stöneberg2014-05-141-0/+18
* ipf: Fix #1360 [O. Galibert] Olivier Galibert2014-05-111-1/+1
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-082-0/+42
* pc_dsk: doh (nw) cracyc2014-05-051-1/+1
* pc_dsk: 1.2MB floppies have 80 tracks (nw) cracyc2014-05-051-2/+2
* small FASTDEBUG optimization Oliver Stöneberg2014-05-031-1/+1
* (MESS) msx.c: Floppy cleanup (nw) Wilbert Pol2014-04-292-1/+71
* CHD cleanups: [MetalliC] R. Belmont2014-04-281-1/+1
* small cleanup in formats headers (nw) Oliver Stöneberg2014-04-262-3/+2
* (MESS) fc100 : revert r29831 Robbbert2014-04-231-1/+1
* (MESS) fc100 : seems cassette frequencies are 600/1200, so halved everything. Robbbert2014-04-221-1/+1
* The product model is FC-100, FC stands for Famicom. Goldstar have made severa... Michaël Banaan Ananas2014-04-202-2/+2
* this needs fixing properly, but it currently gets in the way during profiling... David Haywood2014-04-201-0/+2
* (MESS) fc100 : added support for CAS-format files. Robbbert2014-04-203-0/+169
* cdrom: fix uninitialized flags [MetalliC] R. Belmont2014-04-181-0/+2
* don't memset structs or classes in C++, fixes regression from last commit (nw) R. Belmont2014-04-181-2/+0
* Fix r29545 w.r.t sockets and friends (nw) Olivier Galibert2014-04-181-1/+1
* chd updates: [MetalliC] R. Belmont2014-04-185-14/+38
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-163-0/+997
* (nw) R. Belmont2014-04-121-1/+1
* (MESS) Apple II: implemented cycle-exact Disk II floppy controller using the ... R. Belmont2014-04-122-67/+158
* Oric 1: Spring cleaning [O. Galibert] Olivier Galibert2014-04-123-279/+89
* Fixes for PowerPC AltiVec compile [Vas Crabb] R. Belmont2014-04-121-0/+1
* corefile: Don't crash on 0-length files [O. Galibert] Olivier Galibert2014-04-111-2/+2
* td0_dsk: cleanup (nw) cracyc2014-04-091-156/+148
* small core_strwildcmp() optimization when empty strings are involved (nw) Oliver Stöneberg2014-04-071-5/+10
* small core_strwildcmp() clarification (nw) Oliver Stöneberg2014-04-071-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-0739-332/+307
* (MESS) tandy2k: Tries to load DOS now. (nw) Curt Coder2014-04-063-0/+72
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-3111-19/+17
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-3111-17/+19
* made MAME and MESS compile under VS2013, 32bit only for now (nw) Miodrag Milanovic2014-03-311-1/+1
* fmtowns: converted to use wd_fdc and modern floppy drive implementation. mahlemiut2014-03-313-0/+68
* small LSB_FIRST cleanup (nw) Oliver Stöneberg2014-03-301-18/+1
* some dynamic_buffer/dynamic_array usage cleanups (nw) Oliver Stöneberg2014-03-294-18/+10
* converted some malloc()/free() usage to dynamic_array/dynamic_buffer (nw) Oliver Stöneberg2014-03-296-148/+39
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-292-5/+4
* converted some global_alloc_array() usage to dynamic_array/dynamic_buffer (nw) Oliver Stöneberg2014-03-281-1/+1
* floppy: splice-related fixes [O. Galibert] Olivier Galibert2014-03-261-0/+2
* some comments (nw) Oliver Stöneberg2014-03-241-1/+1
* osd_* -> global_* compilation fixes (nw) Oliver Stöneberg2014-03-241-2/+3
* do not use osd_malloc/osd_free in non-OSD code (nw) Oliver Stöneberg2014-03-241-2/+2
* some mismatched malloc/free usage with osd_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* libflac: changed HAVE_CONFIG_H checks to be as intended - will be fixed upstr... Oliver Stöneberg2014-03-2425-25/+25
* this fix (borrowed from libflac 1.3.0) works as well in OSX 10.6.8. I hope it... Fabio Priuli2014-03-222-21/+22
* sorry but these still break compilation under last Xcode available for my Fabio Priuli2014-03-221-10/+10