index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
cpu
/
mips
/
mips1.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move endianness type into lib/util header
AJR
2021-08-31
1
-4
/
+4
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-10
/
+10
*
sweeten most of the remaining arrays of delegates (nw)
Vas Crabb
2020-02-07
1
-3
/
+2
*
mips1: alignment checking/exceptions (nw)
Patrick Mackinlay
2020-01-24
1
-31
/
+65
*
mips1: remove unintended leftover(?) (nw)
hap
2019-12-18
1
-1
/
+0
*
mips1: cop0 initialization for r3041 (nw)
Patrick Mackinlay
2019-12-18
1
-1
/
+16
*
mips1: revert unnecessary/unwanted initialization (nw)
Patrick Mackinlay
2019-12-18
1
-4
/
+1
*
cpu/mips/mips1: initialize some stuff (nw)
Osso13
2019-12-14
1
-0
/
+5
*
mips1: undocumented behaviour (nw)
Patrick Mackinlay
2019-08-29
1
-1
/
+12
*
mips1: rework interrupts (nw)
Patrick Mackinlay
2019-08-09
1
-52
/
+41
*
mips1: clear softfloat exceptions (nw)
Patrick Mackinlay
2019-08-06
1
-0
/
+2
*
mips1: diagnostic fixes (nw)
Patrick Mackinlay
2019-07-25
1
-25
/
+48
*
mips1: add bus error line (nw)
Patrick Mackinlay
2019-07-18
1
-5
/
+21
*
mips: preserve upper 32 bits for single-precision fp operations (nw)
Patrick Mackinlay
2019-04-25
1
-4
/
+20
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-613
/
+1505
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-1505
/
+613
*
mips1: bc2/bc3 always work (nw)
Patrick Mackinlay
2019-03-01
1
-2
/
+64
*
mips1: fpu emulation
Patrick Mackinlay
2019-02-26
1
-659
/
+1269
*
mips1: magic number removal and more logging (nw)
Patrick Mackinlay
2019-01-09
1
-58
/
+71
*
mips1: fix Clang compile (nw)
arbee
2019-01-04
1
-1
/
+1
*
mips1: fix coprocessor exceptions (nw)
Patrick Mackinlay
2019-01-03
1
-36
/
+243
*
mips1: fix stupid tlb error (nw)
Patrick Mackinlay
2019-01-01
1
-3
/
+3
*
mips1: tlb fixes (nw)
Patrick Mackinlay
2018-12-20
1
-14
/
+35
*
mips1: missed this (nw)
Patrick Mackinlay
2018-12-18
1
-1
/
+5
*
mips1: handle exceptions in delay slot instructions (nw)
Patrick Mackinlay
2018-12-18
1
-30
/
+36
*
(nw) adjust some stuff (uniform spacing, standardised logging, capitalised te...
Vas Crabb
2018-11-28
1
-1
/
+1
*
mips1: handle no cache (nw)
Patrick Mackinlay
2018-11-19
1
-2
/
+4
*
mips1: fix overflow logic (nw)
Patrick Mackinlay
2018-11-07
1
-8
/
+27
*
r3000: call it like it is (nw)
Patrick Mackinlay
2018-11-06
1
-0
/
+989