summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips (follow)
Commit message (Expand)AuthorAgeFilesLines
* mips3: Reduce amount of code hidden behind preprocessor #ifs AJR2024-01-092-12/+5
* mips/o2dprintf.hxx, pinball/wpc_pic.cpp, shared/isbc_215g.cpp, sound/asc.cpp:... AJR2024-01-091-20/+12
* mips1: cache diagnostic fixes Patrick Mackinlay2023-09-221-4/+23
* r4000: intention is no longer a mask Patrick Mackinlay2023-08-081-6/+6
* mips1: improved cache logic for partial word store Patrick Mackinlay2023-08-082-21/+38
* sgi/ip20: enable memory configuration Patrick Mackinlay2023-07-252-3/+3
* mips1: fix swl/swr cache logic Patrick Mackinlay2023-07-211-3/+2
* mips1: emulate instruction and data caches Patrick Mackinlay2023-07-182-252/+416
* mips3: revert mistaken change, fix MT#8694 Patrick Mackinlay2023-07-101-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+1
* mips3: fix tlb modify exception registers Patrick Mackinlay2023-06-072-3/+3
* 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
* mips1: fix build Patrick Mackinlay2023-05-272-8/+9
* mips1: fix address translation Patrick Mackinlay2023-05-272-22/+12
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-232-4/+1
* cpu/mips, sgi/sgi.cpp: Fixed MIPS3 PRID and memory controller RPSS issues: (#... Jiaxun Yang2023-04-303-2/+15
* kpython: Change CPU to PS/2 Emotion Engine AJR2023-04-292-51/+149
* 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-034-74/+369
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-261-1/+1
* -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-189-104/+127
* Interrupt callback rationalization AJR2023-03-112-7/+10
* r4000.cpp: partially implement secondary cache tag manipulation (#9923) Brice Onken2022-06-132-73/+196
* Revert "stupid_git" AJR2022-06-041-5/+5
* Merge remote-tracking branch 'upstream/master' AJR2022-06-042-2/+2
|\
| * - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-2/+2
* | stupid_git AJR2022-06-041-5/+5
|/
* cpu/mips/r4000.cpp: Added TimerIntDis mux to IPEX5. (#9718) Brice Onken2022-05-132-11/+37
* mips3: Fixed error flagged by GCC 12 [Ryan Holtz, R. Belmont] arbee2022-05-111-4/+4
* 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-162-15/+14
* Fix MT07823: nbagold (vegas) watchdog reset when select other game menu from ... tedgreen992022-04-142-14/+92
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-065-5/+1
* Debugger feature improvements AJR2022-03-272-35/+38
* r4000.cpp: Set TLB global bit in EntryLo0/1 on TLBR instruction (#9348) Brice Onken2022-02-281-2/+3
* mips3: fix some bugs Patrick Mackinlay2022-02-151-10/+6
* -emu/emumem.h: Hold onto memory cache handler change subscriptions. Vas Crabb2022-02-142-9/+9
* Move endianness type into lib/util header AJR2021-08-311-4/+4
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-2/+2
* mips3: Ensure there is at least 1 cycle to be counted after reading Count. Wi... Aaron Giles2021-04-221-0/+12
* r4000: simplify branch state Patrick Mackinlay2021-04-022-124/+69
* r4000: physical address space is 36 bits Patrick Mackinlay2021-04-011-3/+3
* r4000: timing improvements Patrick Mackinlay2021-04-012-20/+80
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-143-24/+24
* r4000: save exception pc on reset Patrick Mackinlay2021-02-011-6/+12