summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drccache.cpp
Commit message (Collapse)AuthorAgeFilesLines
* -osd: Clean up inline maths utilities. Vas Crabb2021-01-181-16/+24
| | | | | | | | | | * Removed inline assembly for operations compilers handle well. * Added ARM and AArch64 implementation for a few operations. * Added unsigned integer add with carry out operations. -cpu/drccache.cpp: Detect whether RWX pages are supported. -dynax.cpp: Improved a few hanafuda DIP switch descriptions.
* Tidy up loose ends: Vas Crabb2021-01-061-15/+15
| | | | | | | | * Fixed a couple of fixed-size buffers in Windows OSD code. * Marked MAME as aware of long paths in Windows manifest. * Made a cleaner, thread-safe API for getting volume names. * Added compile-time option to disable recompiler W^X mode. * NuBus image device current directory doesn't need to be pinned.
* cpu: Slightly reduce the number of page protection state changes Vas Crabb2021-01-061-6/+27
|
* cpu: Allow recompilers to work with W^X policy Vas Crabb2021-01-061-62/+93
|
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-1/+1
| | | | | | | | | | | | | | | | * fixed some modernize-redundant-void-arg clang-tidy warnings (nw) * fixed some modernize-use-bool-literals clang-tidy warnings (nw) * fixed some modernize-use-emplace clang-tidy warnings (nw) * fixed some performance-move-const-arg clang-tidy warnings (nw) * fixed some readability-redundant-control-flow clang-tidy warnings (nw) * fixed some readability-redundant-string-cstr clang-tidy warnings (nw) * fixed some performance-unnecessary-value-param clang-tidy warnings (nw)
* srcclean (nw) Vas Crabb2017-03-261-1/+1
|
* - 06492: [Crash/Freeze] (model3.cpp) scud: Crash running scud with -bench ↵ Philip Bennett2017-03-091-1/+3
| | | | 90, regression.
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
| | | | | 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, ↵ Miodrag Milanovic2016-10-221-2/+2
| | | | utf16_char, unicode_char (nw)
* clang-modernize part 3 Miodrag Milanovic2015-12-041-15/+15
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+252