summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move endianness type into lib/util header AJR2021-08-311-4/+4
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-10/+10
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-071-3/+2
* mips1: alignment checking/exceptions (nw) Patrick Mackinlay2020-01-241-31/+65
* mips1: remove unintended leftover(?) (nw) hap2019-12-181-1/+0
* mips1: cop0 initialization for r3041 (nw) Patrick Mackinlay2019-12-181-1/+16
* mips1: revert unnecessary/unwanted initialization (nw) Patrick Mackinlay2019-12-181-4/+1
* cpu/mips/mips1: initialize some stuff (nw) Osso132019-12-141-0/+5
* mips1: undocumented behaviour (nw) Patrick Mackinlay2019-08-291-1/+12
* mips1: rework interrupts (nw) Patrick Mackinlay2019-08-091-52/+41
* mips1: clear softfloat exceptions (nw) Patrick Mackinlay2019-08-061-0/+2
* mips1: diagnostic fixes (nw) Patrick Mackinlay2019-07-251-25/+48
* mips1: add bus error line (nw) Patrick Mackinlay2019-07-181-5/+21
* mips: preserve upper 32 bits for single-precision fp operations (nw) Patrick Mackinlay2019-04-251-4/+20
* (nw) Clean up the mess on master Vas Crabb2019-03-261-613/+1505
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1505/+613
* mips1: bc2/bc3 always work (nw) Patrick Mackinlay2019-03-011-2/+64
* mips1: fpu emulation Patrick Mackinlay2019-02-261-659/+1269
* mips1: magic number removal and more logging (nw) Patrick Mackinlay2019-01-091-58/+71
* mips1: fix Clang compile (nw) arbee2019-01-041-1/+1
* mips1: fix coprocessor exceptions (nw) Patrick Mackinlay2019-01-031-36/+243
* mips1: fix stupid tlb error (nw) Patrick Mackinlay2019-01-011-3/+3
* mips1: tlb fixes (nw) Patrick Mackinlay2018-12-201-14/+35
* mips1: missed this (nw) Patrick Mackinlay2018-12-181-1/+5
* mips1: handle exceptions in delay slot instructions (nw) Patrick Mackinlay2018-12-181-30/+36
* (nw) adjust some stuff (uniform spacing, standardised logging, capitalised te... Vas Crabb2018-11-281-1/+1
* mips1: handle no cache (nw) Patrick Mackinlay2018-11-191-2/+4
* mips1: fix overflow logic (nw) Patrick Mackinlay2018-11-071-8/+27
* r3000: call it like it is (nw) Patrick Mackinlay2018-11-061-0/+989