| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed things C++20 doesn't allow: |  Vas Crabb | 2026-03-29 | 2 | -46/+40 |
| * | Some prep work for extending offs_t to 64 bits. [Vas Crabb, Ryan Holtz] |  Vas Crabb | 2026-03-18 | 2 | -7/+10 |
| * | Allow recompiling CPU cores to define their own opcode descriptions. |  Vas Crabb | 2026-03-02 | 5 | -293/+439 |
| * | cpu/mips/mips3com.cpp: Added missing header that was being #included indirectly. |  Vas Crabb | 2026-02-03 | 1 | -0/+2 |
| * | cpu/drccache.cpp: Defer allocating to start, allow forcing W^X mode. (#14760) |  Vas Crabb | 2026-01-04 | 4 | -97/+100 |
| * | MIPS disassembler refinements (mips1, mips3, psx, rsp) |  AJR | 2025-04-17 | 2 | -150/+210 |
| * | misc cpu: no need to check debug enabled flag manually |  hap | 2025-04-11 | 2 | -3/+3 |
| * | mips/mips1: remove embedded syscall logging |  Patrick Mackinlay | 2025-03-20 | 2 | -233/+4 |
| * | -cpu/drcbex64.cpp: Align HANDLE entry point to 16-byte boundary. |  Vas Crabb | 2025-03-12 | 2 | -122/+96 |
| * | Cleanup: |  Vas Crabb | 2025-02-03 | 2 | -101/+106 |
| * | Revert "wip" |  Patrick Mackinlay | 2025-01-10 | 1 | -1/+1 |
| * | wip |  Patrick Mackinlay | 2025-01-10 | 1 | -1/+1 |
| * | cpu/drcbec.cpp, cpu/mips/mips3.cpp: Use 32x32=64-bit multiply inlines |  AJR | 2024-11-10 | 1 | -6/+6 |
| * | mips3: Fixes for IDT-specific instructions. [Ryan Holtz] (#12958) |  MooglyGuy | 2024-11-10 | 2 | -2/+22 |
| * | igs/igs_m027.cpp, igs/igs_m027xa.cpp: Miscellaneous improvements: |  Vas Crabb | 2024-10-10 | 1 | -2/+5 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 5 | -26/+26 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 4 | -4/+0 |
| * | mips1: avoid sgi 4d1-3b panic |  Patrick Mackinlay | 2024-04-05 | 1 | -1/+1 |
| * | mips3: Reduce amount of code hidden behind preprocessor #ifs |  AJR | 2024-01-09 | 2 | -12/+5 |
| * | mips/o2dprintf.hxx, pinball/wpc_pic.cpp, shared/isbc_215g.cpp, sound/asc.cpp:... |  AJR | 2024-01-09 | 1 | -20/+12 |
| * | mips1: cache diagnostic fixes |  Patrick Mackinlay | 2023-09-22 | 1 | -4/+23 |
| * | r4000: intention is no longer a mask |  Patrick Mackinlay | 2023-08-08 | 1 | -6/+6 |
| * | mips1: improved cache logic for partial word store |  Patrick Mackinlay | 2023-08-08 | 2 | -21/+38 |
| * | sgi/ip20: enable memory configuration |  Patrick Mackinlay | 2023-07-25 | 2 | -3/+3 |
| * | mips1: fix swl/swr cache logic |  Patrick Mackinlay | 2023-07-21 | 1 | -3/+2 |
| * | mips1: emulate instruction and data caches |  Patrick Mackinlay | 2023-07-18 | 2 | -252/+416 |
| * | mips3: revert mistaken change, fix MT#8694 |  Patrick Mackinlay | 2023-07-10 | 1 | -1/+1 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -4/+1 |
| * | mips3: fix tlb modify exception registers |  Patrick Mackinlay | 2023-06-07 | 2 | -3/+3 |
| * | mips3: remove stray printf |  hap | 2023-06-03 | 1 | -3/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -0/+3 |
| * | mips1: fix build |  Patrick Mackinlay | 2023-05-27 | 2 | -8/+9 |
| * | mips1: fix address translation |  Patrick Mackinlay | 2023-05-27 | 2 | -22/+12 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 2 | -4/+1 |
| * | cpu/mips, sgi/sgi.cpp: Fixed MIPS3 PRID and memory controller RPSS issues: (#... |  Jiaxun Yang | 2023-04-30 | 3 | -2/+15 |
| * | kpython: Change CPU to PS/2 Emotion Engine |  AJR | 2023-04-29 | 2 | -51/+149 |
| * | bus/gio64/newport.cpp, cpu/mips/mips3.cpp: Fixed issues affecting IRIX. (#11117) |  Jiaxun Yang | 2023-04-18 | 1 | -9/+10 |
| * | cpu/mips: Fixed memory access handling in the IDT MIPS R4650 core. (#11065) [... |  MooglyGuy | 2023-04-03 | 4 | -74/+369 |
| * | cpu/nec: Fixed build; also, srcclean |  Vas Crabb | 2023-03-26 | 1 | -1/+1 |
| * | -Lua engine: run everything in coroutines. (#11019) |  Vas Crabb | 2023-03-25 | 1 | -2/+1 |
| * | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 9 | -104/+127 |
| * | Interrupt callback rationalization |  AJR | 2023-03-11 | 2 | -7/+10 |
| * | r4000.cpp: partially implement secondary cache tag manipulation (#9923) |  Brice Onken | 2022-06-13 | 2 | -73/+196 |
| * | Revert "stupid_git" |  AJR | 2022-06-04 | 1 | -5/+5 |
| * | Merge remote-tracking branch 'upstream/master' |  AJR | 2022-06-04 | 2 | -2/+2 |
| |\ |
|
| | * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -2/+2 |
| * | | stupid_git |  AJR | 2022-06-04 | 1 | -5/+5 |
| |/ |
|
| * | cpu/mips/r4000.cpp: Added TimerIntDis mux to IPEX5. (#9718) |  Brice Onken | 2022-05-13 | 2 | -11/+37 |
| * | mips3: Fixed error flagged by GCC 12 [Ryan Holtz, R. Belmont] |  arbee | 2022-05-11 | 1 | -4/+4 |
| * | Addressed performance loss from recent z80scc changes (#9629) [Ryan Holtz] |  MooglyGuy | 2022-04-26 | 1 | -12/+13 |