summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Vas Crabb2025-02-031-100/+106
* cpu/drcbec.cpp, cpu/mips/mips3.cpp: Use 32x32=64-bit multiply inlines AJR2024-11-101-6/+6
* mips3: Fixes for IDT-specific instructions. [Ryan Holtz] (#12958) MooglyGuy2024-11-101-1/+21
* mips3: Reduce amount of code hidden behind preprocessor #ifs AJR2024-01-091-7/+4
* mips3: remove stray printf hap2023-06-031-3/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-0/+3
* cpu/mips, sgi/sgi.cpp: Fixed MIPS3 PRID and memory controller RPSS issues: (#... Jiaxun Yang2023-04-301-1/+5
* kpython: Change CPU to PS/2 Emotion Engine AJR2023-04-291-37/+102
* bus/gio64/newport.cpp, cpu/mips/mips3.cpp: Fixed issues affecting IRIX. (#11117) Jiaxun Yang2023-04-181-9/+10
* cpu/mips: Fixed memory access handling in the IDT MIPS R4650 core. (#11065) [... MooglyGuy2023-04-031-1/+195
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-40/+42
* Revert "stupid_git" AJR2022-06-041-5/+5
* Merge remote-tracking branch 'upstream/master' AJR2022-06-041-1/+1
|\
| * - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* | stupid_git AJR2022-06-041-5/+5
|/
* mips3: Fixed error flagged by GCC 12 [Ryan Holtz, R. Belmont] arbee2022-05-111-4/+4
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* mips3: fix some bugs Patrick Mackinlay2022-02-151-10/+6
* -emu/emumem.h: Hold onto memory cache handler change subscriptions. Vas Crabb2022-02-141-8/+8
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* -osd: Clean up inline maths utilities. Vas Crabb2021-01-181-2/+2
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+2
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-8/+8
* n64: modify burn_cycles method (nw) hap2020-06-221-5/+0
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-12/+12
* mips3drc: log a message if a "fast" register is set via the debugger. If the... Vas Crabb2019-09-271-64/+74
* (nw) MIPS3: Use sequence generator for random tlb indices so that DRC and non... Ted Green2019-05-051-4/+10
* srcclean, fix up apple2_flop_clcracked.xml (nw) Vas Crabb2019-04-211-2/+2
* (nw) MIPS3: Don't adjust EPC to pc-4 when not backing up Ted Green2019-04-111-7/+2
* MIPS3: Clean up LL/SC instructions and add debug break to DRC (nw) Ted Green2019-04-091-22/+33
* MIPS3: Add divide by zero floating point exception (nw) Ted Green2019-04-061-4/+24
* (nw) Clean up the mess on master Vas Crabb2019-03-261-47/+27
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-27/+47
* mips3: trivial changes (nw) Patrick Mackinlay2019-02-181-36/+2
* srcclean and cleanup (nw) Vas Crabb2019-01-271-4/+4
* mips3: debugger exception hook (nw) Patrick Mackinlay2019-01-221-0/+1
* MIPS3: Add minimal support for revealing the Secondary Cache Line size in the... tyfighter2019-01-141-0/+1
* mips3: Fixed fastram accesses and COP0 exception handling. [Ryan Holtz] MooglyGuy2019-01-111-11/+23
* srcclean and fixup (nw) Vas Crabb2018-11-251-1/+1
* mips3.cpp: Added logging of cache opcodes, nw mooglyguy2018-11-191-3/+92
* mips3.cpp: Started laying the groundwork for cache support, nw mooglyguy2018-11-191-44/+67
* -o2.cpp: Added CRIME and MACE skeleton devices. [Ryan Holtz] mooglyguy2018-11-181-2/+15
* mips3: exception handling fixes (nw) Patrick Mackinlay2018-10-031-25/+19
* mips3: add r4000 and r4400 variants (nw) Patrick Mackinlay2018-09-191-0/+4
* Revert "MIPS3: Fixup LL/SC opcode operation. (nw)" Ted Green2018-09-011-21/+21
* MIPS3: Fixup LL/SC opcode operation. (nw) Ted Green2018-09-011-21/+21
* mip3: Proper DMULT(U) implementation from git issue #3718 [bryanperris] (#3746) tedgreen992018-08-311-22/+32
* fix for undefined fmin & ceil on GNU Guix with GCC 5.5.0 (nw) smf-2018-08-111-0/+1
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-141/+141
* ps2sony: Some basic VU1 support, major file reshuffling, nw mooglyguy2018-07-211-5/+4