| Commit message (Expand) | Author | Age | Files | Lines |
| * | -cpu/drcbex64.cpp: Align HANDLE entry point to 16-byte boundary. |  Vas Crabb | 2025-03-12 | 1 | -7/+7 |
| * | Cleanup: |  Vas Crabb | 2025-02-03 | 1 | -1/+0 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -4/+4 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -1/+0 |
| * | mips3: Reduce amount of code hidden behind preprocessor #ifs |  AJR | 2024-01-09 | 1 | -5/+1 |
| * | cpu/mips, sgi/sgi.cpp: Fixed MIPS3 PRID and memory controller RPSS issues: (#... |  Jiaxun Yang | 2023-04-30 | 1 | -0/+1 |
| * | kpython: Change CPU to PS/2 Emotion Engine |  AJR | 2023-04-29 | 1 | -14/+47 |
| * | cpu/mips: Fixed memory access handling in the IDT MIPS R4650 core. (#11065) [... |  MooglyGuy | 2023-04-03 | 1 | -6/+41 |
| * | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 1 | -1/+1 |
| * | Replaced a couple of static_cast downcasts with dynamic_cast for safety, clea... |  Vas Crabb | 2022-04-16 | 1 | -5/+2 |
| * | Fix MT07823: nbagold (vegas) watchdog reset when select other game menu from ... |  tedgreen99 | 2022-04-14 | 1 | -3/+6 |
| * | -emu/emumem.h: Hold onto memory cache handler change subscriptions. |  Vas Crabb | 2022-02-14 | 1 | -1/+1 |
| * | mips3: Removed depricated DRC flag and add a flag to disable intrablock branc... |  Ted Green | 2020-06-28 | 1 | -2/+2 |
| * | n64: modify burn_cycles method (nw) |  hap | 2020-06-22 | 1 | -2/+0 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -0/+5 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -3/+3 |
| * | mips3drc: log a message if a "fast" register is set via the debugger. If the... |  Vas Crabb | 2019-09-27 | 1 | -0/+1 |
| * | (nw) MIPS3: Use sequence generator for random tlb indices so that DRC and non... |  Ted Green | 2019-05-05 | 1 | -1/+2 |
| * | MIPS3: Clean up LL/SC instructions and add debug break to DRC (nw) |  Ted Green | 2019-04-09 | 1 | -0/+2 |
| * | MIPS3: Add divide by zero floating point exception (nw) |  Ted Green | 2019-04-06 | 1 | -0/+3 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -0/+3 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -3/+0 |
| * | srcclean and cleanup (nw) |  Vas Crabb | 2019-01-27 | 1 | -1/+1 |
| * | MIPS3: Add minimal support for revealing the Secondary Cache Line size in the... |  tyfighter | 2019-01-14 | 1 | -0/+2 |
| * | mips3: Fixed fastram accesses and COP0 exception handling. [Ryan Holtz] |  MooglyGuy | 2019-01-11 | 1 | -0/+1 |
| * | -mips, rsp: Removed MCFG, nw |  mooglyguy | 2018-12-09 | 1 | -10/+0 |
| * | mips3.cpp: Started laying the groundwork for cache support, nw |  mooglyguy | 2018-11-19 | 1 | -7/+21 |
| * | -o2.cpp: Added CRIME and MACE skeleton devices. [Ryan Holtz] |  mooglyguy | 2018-11-18 | 1 | -24/+30 |
| * | mips3: add r4000 and r4400 variants (nw) |  Patrick Mackinlay | 2018-09-19 | 1 | -0/+42 |
| * | Revert "MIPS3: Fixup LL/SC opcode operation. (nw)" |  Ted Green | 2018-09-01 | 1 | -1/+2 |
| * | MIPS3: Fixup LL/SC opcode operation. (nw) |  Ted Green | 2018-09-01 | 1 | -2/+1 |
| * | (nw) srcclean and some cleanup: |  Vas Crabb | 2018-07-22 | 1 | -686/+686 |
| * | You can't require a forward declared class (nw) |  smf- | 2018-07-21 | 1 | -2/+0 |
| * | (nw) fixed the build. |  Robbbert | 2018-07-21 | 1 | -0/+1 |
| * | ps2sony: Some basic VU1 support, major file reshuffling, nw |  mooglyguy | 2018-07-21 | 1 | -1/+1 |
| * | ps2sony: Checkpoint, nw |  mooglyguy | 2018-07-17 | 1 | -2/+15 |
| * | ps2sony: Checkpoint. Adds a bunch of vector and parallel ops to the EE core, ... |  mooglyguy | 2018-07-14 | 1 | -1/+7 |
| * | -ps2sony: Various DMA and SIF bug fixes, initial OSDSYS ELF transfers to IOP ... |  mooglyguy | 2018-07-05 | 1 | -0/+4 |
| * | -ps2sony: Fleshing out the skeleton driver. [Ryan Holtz] |  mooglyguy | 2018-06-28 | 1 | -660/+723 |
| * | srcclean and other cleanup (nw) |  Vas Crabb | 2018-06-24 | 1 | -52/+52 |
| * | mips3: Added VU0 macro-instructions to R5900 disassembler, pending split into... |  mooglyguy | 2018-06-23 | 1 | -1/+3 |
| * | mips3: Added disassembler for Emotion Engine core opcodes. VU macro ops are s... |  mooglyguy | 2018-06-23 | 1 | -68/+96 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -1/+2 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -39/+40 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -6/+6 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -1/+1 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -10/+1 |
| * | This is too contentious, please put it up for review |  Vas Crabb | 2017-08-01 | 1 | -2/+1 |
| * | Changes to debugger memory address translation |  AJR | 2017-08-01 | 1 | -1/+2 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -1/+1 |