Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang error: cannot initialize a parameter of type 'void *' with an ↵ | 2019-11-24 | 1 | -1/+1 | |
| | | | | lvalue of type 'volatile unsigned char *' (nw) | ||||
* | apparently 3AM is not the time to code (nw) | 2019-11-25 | 1 | -3/+3 | |
| | |||||
* | helps to git add before git commit (nw) | 2019-11-25 | 1 | -1/+1 | |
| | |||||
* | pre-fill things allocated with operator new with 0xcd in debug builds (value ↵ | 2019-11-25 | 1 | -0/+34 | |
| | | | | can be changed by setting global g_mame_new_prefill_byte with a debugger) - this is gonna hurt performance, but it will help catch issues exposed when we remove pre-clearing before constructing devices | ||||
* | removed memory tracking (nw) | 2016-01-08 | 1 | -470/+0 | |
| | |||||
* | Add realloc implementation as required by the C standard (nw) | 2016-01-02 | 1 | -0/+38 | |
| | |||||
* | cleanup of osdcomm.h (nw) | 2015-12-09 | 1 | -0/+4 | |
| | |||||
* | Revert "Cleanup of osdcomm.h (nw)" | 2015-12-09 | 1 | -4/+1 | |
| | | | | This reverts commit 1d40aecb585e8dd1fedefdd35a833c66fc2a1b96. | ||||
* | Cleanup of osdcomm.h (nw) | 2015-12-09 | 1 | -1/+4 | |
| | |||||
* | clang-modernize part 1 (nw) | 2015-12-03 | 1 | -33/+33 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+428 | |