summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (follow)
Commit message (Collapse)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
| | | | | - re-enabled default memory initialization in DEBUG builds (should make random crashes less random) - moved defines from header to source since they are only used locally and not globally - added file/line information to global_free* and fixed src/emu/sound/spu.c compilation
* 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
| | | | | | left same as before [Miodrag Milanovic] -Created osd_options as base option class for non-system specific options
* 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
| | | | | | | - Double quote filenames with spaces when writing .gdi files - Give audio files .raw extension when writing .gdi files - cdrom_read_subcode() now returns false if the image doesn't contain subcodes
* 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
| | | Also fixed unreliable loading by initialising some variables.
* The product model is FC-100, FC stands for Famicom. Goldstar have made ↵ Michaël Banaan Ananas2014-04-202-2/+2
| | | | several "FC" homecomputers including an MSX1 called FC-200.
* this needs fixing properly, but it currently gets in the way during ↵ David Haywood2014-04-201-0/+2
| | | | profiling ICL builds (nw)
* (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
| | | | | | | | | - Bugfixed byte order for GD-ROM audio tracks so FLAC compression is effective - Fixed uninitialized struct on MSVC (and possibly other) builds nw: this will change the SHA1s of every GD-ROM CHD in MAME; a patch to reflect that is pending (the old images still work, they just take a little more space than is necessary). "chdman copy" suffices to upgrade; no downloading is necessary.
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-163-0/+997
| | | | | | | | Moved delegates into /src/lib/util to enable usage of delegates in other project parts Moved mame_printf_* calls into /src/osd/osdcore.c and renamed them to osd_printf_* Changed mess.mak to display compilation of ymmu100.ppm nicely
* (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
| | | | modern floppy subsystem. [O. Galibert, R. Belmont]
* Oric 1: Spring cleaning [O. Galibert] Olivier Galibert2014-04-123-279/+89
| | | | Putting back the apple2 disk2 in the Pravetz 8D will wait until the next generation one is finalized.
* 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
| | | OG: please check things in H8 core, thing in timer16 can caused some issues in past
* 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 ↵ Oliver Stöneberg2014-03-292-5/+4
| | | | dynamic_array/dynamic_buffer (nw)
* 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 ↵ Oliver Stöneberg2014-03-2425-25/+25
| | | | upstream as well (nw)
* this fix (borrowed from libflac 1.3.0) works as well in OSX 10.6.8. I hope ↵ Fabio Priuli2014-03-222-21/+22
| | | | | it compiles fine under other environments too. Thanks to Firewave for pointing it out. nw.
* sorry but these still break compilation under last Xcode available for my Fabio Priuli2014-03-221-10/+10
| | | | OSX 10.6.8 environment, as they were doing before rev 16136 (comparison always true due to limited range of the variables). nw.