summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcuml.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various optimisations to code generaton. Vas Crabb2023-03-261-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-16/+16
* cpu: Slightly reduce the number of page protection state changes Vas Crabb2021-01-061-1/+0
* cpu: Allow recompilers to work with W^X policy Vas Crabb2021-01-061-0/+2
* Fix non-x86 build and try to make sure it does not break silently again (#7041) Julian Sikorski2020-08-121-0/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* modernise drcuml somewhat (nw) Vas Crabb2018-03-241-127/+129
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-3/+9
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-44/+44
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-5/+5
* Fix x64 compile Vas Crabb2016-05-311-0/+8
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* drcbex64: map F0-F3 to SSE registers (nw) Ville Linde2016-04-141-3/+0
* Revert software-installed slot/image options when changing software AJR2016-04-041-0/+1
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-25/+0
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-6/+3
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* fix exiting drivers with DRC cores (nw) Miodrag Milanovic2015-12-231-7/+5
* clang-modernize part 3 Miodrag Milanovic2015-12-041-17/+17
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1142