summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3drc.cpp
Commit message (Expand)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap2025-04-111-2/+2
* -cpu/drcbex64.cpp: Align HANDLE entry point to 16-byte boundary. Vas Crabb2025-03-121-115/+89
* mips3: revert mistaken change, fix MT#8694 Patrick Mackinlay2023-07-101-1/+1
* mips3: fix tlb modify exception registers Patrick Mackinlay2023-06-071-2/+2
* cpu/mips: Fixed memory access handling in the IDT MIPS R4650 core. (#11065) [... MooglyGuy2023-04-031-67/+129
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-2/+1
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-6/+6
* Addressed performance loss from recent z80scc changes (#9629) [Ryan Holtz] MooglyGuy2022-04-261-12/+13
* -mips3drc: Moved unchanging conditionals outside for loop in generate_checksu... MooglyGuy2022-04-251-17/+48
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-2/+2
* Replaced a couple of static_cast downcasts with dynamic_cast for safety, clea... Vas Crabb2022-04-161-10/+12
* Fix MT07823: nbagold (vegas) watchdog reset when select other game menu from ... tedgreen992022-04-141-11/+86
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* mips3: Ensure there is at least 1 cycle to be counted after reading Count. Wi... Aaron Giles2021-04-221-0/+12
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-4/+4
* mips3: Removed depricated DRC flag and add a flag to disable intrablock branc... Ted Green2020-06-281-1/+5
* MISP3 DRC: Fix tlbmiss in delay slot (#4979) tedgreen992019-05-051-5/+10
* MIPS3 DRC: Always set BadVaddr on TLB miss. The TLB handler needs this to fi... Ted Green2019-04-101-2/+1
* MIPS3: Clean up LL/SC instructions and add debug break to DRC (nw) Ted Green2019-04-091-17/+45
* MIPS3: Add divide by zero floating point exception (nw) Ted Green2019-04-061-2/+21
* (nw) Clean up the mess on master Vas Crabb2019-03-261-24/+35
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-35/+24
* srcclean and cleanup (nw) Vas Crabb2019-01-271-5/+5
* mips3drc: Fixed block checksumming. Fixes IRIX installer hang on ip225015. [R... MooglyGuy2019-01-121-24/+35
* mips3.cpp: Started laying the groundwork for cache support, nw mooglyguy2018-11-191-2/+2
* Revert "MIPS3: Fixup LL/SC opcode operation. (nw)" Ted Green2018-09-011-2/+0
* MIPS3: Fixup LL/SC opcode operation. (nw) Ted Green2018-09-011-0/+2
* ps2sony: Some basic VU1 support, major file reshuffling, nw mooglyguy2018-07-211-0/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-6/+6
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-283/+264
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-2/+7
* mips3: Cleanup TX4925 implementation. (nw) Ted Green2017-11-061-63/+0
* mips3: Revert removal of start and end checks as they potentially improve per... Ted Green2017-10-291-5/+10
* mips3: Minor MIPS DRC fastram optimization and simplification. (nw) Ted Green2017-10-291-18/+8
* srcclean (nw) Vas Crabb2017-03-261-66/+66
* MIPS: initial support for VR5500 and TX4925 CPUs. [R. Belmont] arbee2017-03-251-0/+63
* mips3 drc : Make sure branch delay slot instruction is not virtual Happy2017-03-241-2/+6
* mips3: Retry fixing FPU register aliasing Happy2017-02-261-769/+109
* srcclean (nw) Vas Crabb2016-11-271-1/+1
* Changing the MIPS DRC to not use static char buffers when disassembling Nathan Woods2016-11-201-7/+10
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* Put the declaration of dasmmips3() in a header file Nathan Woods2016-11-161-2/+0
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-354/+354
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-89/+89
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-4/+4
* (nw) Updated rom naming/mapping and changed ram instantiation. Ted Green2016-05-251-1/+3
* iteagle: fix gtfore (nw) cracyc2016-04-281-1/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-349/+349
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Port Happy's PPC aliasing fix to the MIPS3 DRC, nw therealmogminer@gmail.com2016-04-151-179/+967