summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3.h
Commit message (Expand)AuthorAgeFilesLines
* -cpu/drcbex64.cpp: Align HANDLE entry point to 16-byte boundary. Vas Crabb2025-03-121-7/+7
* Cleanup: Vas Crabb2025-02-031-1/+0
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-4/+4
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* mips3: Reduce amount of code hidden behind preprocessor #ifs AJR2024-01-091-5/+1
* cpu/mips, sgi/sgi.cpp: Fixed MIPS3 PRID and memory controller RPSS issues: (#... Jiaxun Yang2023-04-301-0/+1
* kpython: Change CPU to PS/2 Emotion Engine AJR2023-04-291-14/+47
* cpu/mips: Fixed memory access handling in the IDT MIPS R4650 core. (#11065) [... MooglyGuy2023-04-031-6/+41
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-1/+1
* Replaced a couple of static_cast downcasts with dynamic_cast for safety, clea... Vas Crabb2022-04-161-5/+2
* Fix MT07823: nbagold (vegas) watchdog reset when select other game menu from ... tedgreen992022-04-141-3/+6
* -emu/emumem.h: Hold onto memory cache handler change subscriptions. Vas Crabb2022-02-141-1/+1
* mips3: Removed depricated DRC flag and add a flag to disable intrablock branc... Ted Green2020-06-281-2/+2
* n64: modify burn_cycles method (nw) hap2020-06-221-2/+0
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-0/+5
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* mips3drc: log a message if a "fast" register is set via the debugger. If the... Vas Crabb2019-09-271-0/+1
* (nw) MIPS3: Use sequence generator for random tlb indices so that DRC and non... Ted Green2019-05-051-1/+2
* MIPS3: Clean up LL/SC instructions and add debug break to DRC (nw) Ted Green2019-04-091-0/+2
* MIPS3: Add divide by zero floating point exception (nw) Ted Green2019-04-061-0/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+0
* srcclean and cleanup (nw) Vas Crabb2019-01-271-1/+1
* MIPS3: Add minimal support for revealing the Secondary Cache Line size in the... tyfighter2019-01-141-0/+2
* mips3: Fixed fastram accesses and COP0 exception handling. [Ryan Holtz] MooglyGuy2019-01-111-0/+1
* -mips, rsp: Removed MCFG, nw mooglyguy2018-12-091-10/+0
* mips3.cpp: Started laying the groundwork for cache support, nw mooglyguy2018-11-191-7/+21
* -o2.cpp: Added CRIME and MACE skeleton devices. [Ryan Holtz] mooglyguy2018-11-181-24/+30
* mips3: add r4000 and r4400 variants (nw) Patrick Mackinlay2018-09-191-0/+42
* Revert "MIPS3: Fixup LL/SC opcode operation. (nw)" Ted Green2018-09-011-1/+2
* MIPS3: Fixup LL/SC opcode operation. (nw) Ted Green2018-09-011-2/+1
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-686/+686
* You can't require a forward declared class (nw) smf-2018-07-211-2/+0
* (nw) fixed the build. Robbbert2018-07-211-0/+1
* ps2sony: Some basic VU1 support, major file reshuffling, nw mooglyguy2018-07-211-1/+1
* ps2sony: Checkpoint, nw mooglyguy2018-07-171-2/+15
* ps2sony: Checkpoint. Adds a bunch of vector and parallel ops to the EE core, ... mooglyguy2018-07-141-1/+7
* -ps2sony: Various DMA and SIF bug fixes, initial OSDSYS ELF transfers to IOP ... mooglyguy2018-07-051-0/+4
* -ps2sony: Fleshing out the skeleton driver. [Ryan Holtz] mooglyguy2018-06-281-660/+723
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-52/+52
* mips3: Added VU0 macro-instructions to R5900 disassembler, pending split into... mooglyguy2018-06-231-1/+3
* mips3: Added disassembler for Emotion Engine core opcodes. VU macro ops are s... mooglyguy2018-06-231-68/+96
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-39/+40
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+6
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-10/+1
* This is too contentious, please put it up for review Vas Crabb2017-08-011-2/+1
* Changes to debugger memory address translation AJR2017-08-011-1/+2
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1