Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the rest of the 3-bit palettes and add the possiblity to set | 2015-07-29 | 2 | -0/+63 | |
| | | | | individual r/g/b levels for pens | ||||
* | blame balrog for this :) (NW) | 2015-07-08 | 1 | -2/+3 | |
| | |||||
* | Cleanups and version bumpmame0163 | 2015-06-24 | 34 | -1950/+1949 | |
| | |||||
* | Revert "Placed back old corealloc otherwise NO_MEM_TRACKING do not have any ↵ | 2015-06-07 | 2 | -19/+44 | |
| | | | | | | | meaning (nw)" (Requested by R.Belmont since this breaks build with GCC 5.1.) This reverts commit aae343fcedb49943bbcadeda9f3ad41172b6eecb. | ||||
* | Nope. (nw) | 2015-06-07 | 1 | -4/+4 | |
| | | | | | | This reverts commit 72794f8ff1c1e79bd0350bb52fb3757bdf04d004. At least this provides a more useful stacktrace, if anyone wants to debug. | ||||
* | Use attribute unused for inlined new/delete. (nw) | 2015-06-07 | 1 | -4/+4 | |
| | | | | | | This is still not compliant code, and will probably break with LTO, but is a cleaner fix for the warning. Using this attribute also ensures that the linker doesn't remove the code. | ||||
* | Licenses for Raphael Nabet (nw) | 2015-06-07 | 33 | -533/+3669 | |
| | |||||
* | Placed back old corealloc otherwise NO_MEM_TRACKING do not have any meaning (nw) | 2015-06-07 | 2 | -44/+19 | |
| | |||||
* | delegate.h now supports mingw 32 bit builds with INTERNAL configuration. | 2015-05-31 | 1 | -16/+60 | |
| | | | | Member functions are called in this case using __thiscall ABI. [Couriersud] | ||||
* | Cleanups and version bumpmame0162 | 2015-05-27 | 2 | -2/+2 | |
| | |||||
* | selfie stick | 2015-05-26 | 2 | -2/+2 | |
| | |||||
* | Simple LTO warning fixes (Part1) (nw) | 2015-05-24 | 1 | -3/+3 | |
| | |||||
* | unified licenses names (nw) | 2015-05-22 | 2 | -2/+2 | |
| | |||||
* | updating remaining for RB (nw) | 2015-05-21 | 2 | -4/+4 | |
| | |||||
* | Another round of -Wextra -Wdouble-promotion fixes. (nw) | 2015-05-20 | 2 | -3/+3 | |
| | |||||
* | corefile: add a function to truncate files | 2015-05-20 | 2 | -0/+24 | |
| | |||||
* | Change this error to a warning and don't drop into debugger for now (nw) | 2015-05-17 | 1 | -4/+9 | |
| | |||||
* | Mark replacements separate from overloads and remove unneeded prototypes (nw) | 2015-05-16 | 2 | -11/+10 | |
| | |||||
* | Remove nonstandard inline overloads (nw) | 2015-05-16 | 2 | -13/+39 | |
| | |||||
* | lot more updated (nw) | 2015-05-11 | 4 | -8/+8 | |
| | |||||
* | few more resolved in lib/util (nw) | 2015-05-09 | 8 | -20/+14 | |
| | |||||
* | Missed lib for adding licenses (nw) | 2015-05-07 | 12 | -0/+24 | |
| | |||||
* | Cleanups and version bumpmame0161 | 2015-04-29 | 3 | -4/+4 | |
| | |||||
* | Fix strreplace, fixes snapshot and dtd issue (nw) | 2015-04-23 | 2 | -2/+2 | |
| | |||||
* | moved all to std::string (nw) | 2015-04-22 | 18 | -764/+273 | |
| | |||||
* | more astring -> std::string (nw) | 2015-04-19 | 2 | -52/+58 | |
| | |||||
* | removed bool conversion and implicit empty check (nw) | 2015-04-19 | 4 | -8/+9 | |
| | |||||
* | more conversions to std::string (nw) | 2015-04-19 | 2 | -15/+15 | |
| | |||||
* | Fix build | 2015-04-17 | 1 | -1/+1 | |
| | |||||
* | Replace dynamic_array with std::vector [O. Galibert] | 2015-04-14 | 10 | -158/+82 | |
| | |||||
* | updated astring constructors to have just one string param, to be more like ↵ | 2015-04-13 | 2 | -5/+1 | |
| | | | | std::string (nw) | ||||
* | There is no implicit conversion to char* in std::string (nw) | 2015-04-12 | 10 | -44/+43 | |
| | |||||
* | Merge https://github.com/ZoeB/mame | 2015-04-12 | 1 | -2/+2 | |
|\ | |||||
| * | Fix various typos and spelling mistakes | 2015-04-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice. | ||||
* | | Merge branch 'master' of https://github.com/mamedev/mame | 2015-04-11 | 1 | -988/+0 | |
|\ \ | |||||
| * | | Replace simple_set with std::set | 2015-04-11 | 1 | -988/+0 | |
| |/ | |||||
* / | cstr() - > c_str() as preparation for move to std::string (nw) | 2015-04-11 | 6 | -24/+24 | |
|/ | |||||
* | get rid of some obsolete/unreachable stuff, get rid of more abuse of ↵ | 2015-04-02 | 1 | -3/+3 | |
| | | | | SDLMAME_ macros outside OSD | ||||
* | Some compilers have issue with ! signs (nw) | 2015-03-21 | 1 | -5/+5 | |
| | |||||
* | fixed several missing assert.h includes (nw) | 2015-03-20 | 6 | -0/+10 | |
| | |||||
* | removed last assert.h occurance in a header (nw) | 2015-03-20 | 1 | -1/+0 | |
| | |||||
* | moved assert replacement inside emucore.h so it is actually used / removed ↵ | 2015-03-20 | 16 | -4/+23 | |
| | | | | assert.h include from some headers and added it to lots of source | ||||
* | removed unnecessary assert.h includes (nw) | 2015-03-20 | 2 | -2/+2 | |
| | | | | including global one for Visual Studio | ||||
* | Fix crashing on ARM Linux targets. [R. Belmont, rjosal] | 2015-03-04 | 1 | -0/+2 | |
| | |||||
* | Enable OpenGL renderer on Windows. By default, run-time function | 2015-02-25 | 1 | -1/+1 | |
| | | | | | resolution is enabled. To resolve addresses, the code now first tries GetProcAddress followed by wglGetProcAddress. [Couriersud] | ||||
* | render.c: render_containers now always make their own copy of the emulation ↵ | 2015-02-23 | 1 | -1/+0 | |
| | | | | palette for paletted textures, whether or not there are custom brightness/contrast/gamma settings. Fixes -mt color issues in driftout, raphero, etc. without the additional complexity introduced in fde220f4a7e955343c3b25a562d6884f94c63bdc (which has been reverted) (nw) | ||||
* | Revert "fix compile on MSVC 2012 (nw)" | 2015-01-31 | 1 | -1/+1 | |
| | | | | This reverts commit 9afc7cdb5b57f6b15125d4d207baa7c61ee50287. | ||||
* | fix compile on MSVC 2012 (nw) | 2015-01-30 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0158 | 2015-01-28 | 2 | -7/+7 | |
| | |||||
* | oops (nw) | 2015-01-25 | 1 | -1/+1 | |
| |