summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcbex86.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drcbex64,drcbex86: avoid deprecated functions Patrick Mackinlay4 days1-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+1
* asmjit: mame integration Patrick Mackinlay2022-02-131-32/+32
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-8/+8
* cpu: Slightly reduce the number of page protection state changes Vas Crabb2021-01-061-0/+1
* cpu/drcbex64.cpp, cpu/drcbex86.cpp: Don't leak using namespace from the header. Vas Crabb2020-11-291-2/+11
* Remove x86emit.h AJR2020-07-101-1/+0
* drcbex86: implemented asmjit emitter Patrick Mackinlay2020-07-101-2615/+2024
* drcbe: fixed logging problem Patrick Mackinlay2020-07-101-4/+4
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Reshuffle some stuff: Vas Crabb2018-03-281-4/+7
* drcbex86: Fix remainder clobbering quotient, thanks smf, nw mooglyguy2017-12-311-2/+4
* drcbex86: Fixed an 'optimization' which was actually a random bug inducer, nw mooglyguy2017-12-311-6/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-2/+2
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* 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-177/+177
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-43/+43
* fix android x86 and x64 full build Jeffrey Clark2016-06-301-0/+12
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-16/+16
* UML: Added TZCNT instruction (Trailing Zero Count) [Ville Linde] Ville Linde2016-05-201-0/+46
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-20/+20
* Revert software-installed slot/image options when changing software AJR2016-04-041-0/+1
* UML: Added FCOPYI and ICOPYF instructions to pass raw data between integer an... Ville Linde2016-04-031-1/+102
* 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-4/+2
* Modernize x86log.h and x86log.cpp: Vittorio Romeo2015-12-211-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-48/+48
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+6589