Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed flipendian -> swapendian, as I spent minutes trying to find the ↵ | 2018-11-05 | 1 | -4/+4 | |
| | | | | functions to tell to another person who spent minutes trying to find the functions, and we refer to such functions as swapping just about everywhere else in the codebase, nw | ||||
* | Reshuffle some stuff: | 2018-03-28 | 1 | -1/+2 | |
| | | | | | | * Move around the debugger hooks to get a small but measurable performance increase * Remove emucore from external tools * Improve performance of DSP16 interpreter a little by generating six variants of execution loop | ||||
* | DRC: fix regression on OS X [Phil Bennett] | 2017-03-18 | 1 | -1/+1 | |
| | |||||
* | drcbec: fixed long-standing copy/paste error (nw) | 2017-01-24 | 1 | -1/+1 | |
| | |||||
* | Do not use FUNC in delegate where applicable (nw) | 2016-11-06 | 1 | -1/+1 | |
| | |||||
* | converted lot of TRUE/FALSE to real boolean and updated types (nw) | 2016-10-22 | 1 | -8/+8 | |
| | |||||
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -162/+162 | |
| | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
* | use standard types uintptr_t, char16_t and char32_t instead of FPTR, ↵ | 2016-10-22 | 1 | -1/+1 | |
| | | | | utf16_char, unicode_char (nw) | ||||
* | std::min and std:max instead of MIN and MAX, also some more macros converted ↵ | 2016-07-31 | 1 | -4/+4 | |
| | | | | to inline functions (nw) | ||||
* | Cleanups and version bumpmame0174 | 2016-05-25 | 1 | -2/+2 | |
| | |||||
* | UML: Added TZCNT instruction (Trailing Zero Count) [Ville Linde] | 2016-05-20 | 1 | -0/+40 | |
| | |||||
* | UML: Added FCOPYI and ICOPYF instructions to pass raw data between integer ↵ | 2016-04-03 | 1 | -0/+16 | |
| | | | | and floating-point registers. [Ville Linde] | ||||
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format ↵ | 2016-02-28 | 1 | -6/+3 | |
| | | | | | | | | | and string_format Update MAME to use new function Instantiate ODR-used static constant members Make some of the UI code more localisable Remove use of retired functions in tools | ||||
* | clang-modernize part 3 | 2015-12-04 | 1 | -3/+3 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+2278 | |