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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mips3: Ensure there is at least 1 cycle to be counted after reading Count. Wi...
Aaron Giles
2021-04-22
1
-0
/
+12
*
r4000: simplify branch state
Patrick Mackinlay
2021-04-02
2
-124
/
+69
*
r4000: physical address space is 36 bits
Patrick Mackinlay
2021-04-01
1
-3
/
+3
*
r4000: timing improvements
Patrick Mackinlay
2021-04-01
2
-20
/
+80
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
3
-24
/
+24
*
r4000: save exception pc on reset
Patrick Mackinlay
2021-02-01
1
-6
/
+12
*
-osd: Clean up inline maths utilities.
Vas Crabb
2021-01-18
2
-4
/
+4
*
fix several genuine issues found by coverity
Patrick Mackinlay
2021-01-06
1
-2
/
+2
*
unicode.h: Updates
AJR
2020-12-15
1
-0
/
+1
*
Fix most implicit fallthrough warnings from clang
Vas Crabb
2020-11-17
1
-2
/
+2
*
Enable GCC implicit fallthrough warning.
Vas Crabb
2020-11-15
3
-3
/
+7
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
2
-8
/
+12
*
various devices and drivers: removed superfluous semicolons (nw)
Ivan Vangelista
2020-06-29
1
-1
/
+1
*
mips3: Removed depricated DRC flag and add a flag to disable intrablock branc...
Ted Green
2020-06-28
2
-3
/
+7
*
n64: modify burn_cycles method (nw)
hap
2020-06-22
2
-7
/
+0
*
finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw)
Ivan Vangelista
2020-06-18
4
-8
/
+8
*
finished removing read* and write* macros from the mame part of the tree. the...
Ivan Vangelista
2020-06-16
4
-10
/
+10
*
devices/cpu/r4000.cpp: initialized one variable to fix problem in devnoclear ...
Ivan Vangelista
2020-06-04
1
-0
/
+2
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
2
-12
/
+17
*
appease vs2019_clang with llvm 10.0
smf-
2020-04-25
1
-2
/
+2
*
New working machines
mooglyguy
2020-03-05
2
-33
/
+542
*
-r4000: Added basic R5000 support. [Ryan Holtz]
MooglyGuy
2020-03-04
2
-6
/
+231
*
sweeten most of the remaining arrays of delegates (nw)
Vas Crabb
2020-02-07
2
-4
/
+3
*
r4000: cosmetic change (nw)
Patrick Mackinlay
2020-02-06
2
-1
/
+3
*
mips1: alignment checking/exceptions (nw)
Patrick Mackinlay
2020-01-24
2
-52
/
+87
*
r4000: identify soft reset (nw)
Patrick Mackinlay
2020-01-23
2
-1
/
+7
*
r4000: fix bad virtual address for [ls][dw][lr] exceptions
Patrick Mackinlay
2020-01-07
2
-37
/
+46
*
mips1: remove unintended leftover(?) (nw)
hap
2019-12-18
1
-1
/
+0
*
mips1: cop0 initialization for r3041 (nw)
Patrick Mackinlay
2019-12-18
2
-2
/
+18
*
mips1: revert unnecessary/unwanted initialization (nw)
Patrick Mackinlay
2019-12-18
2
-19
/
+16
*
cpu/mips/mips1: initialize some stuff (nw)
Osso13
2019-12-14
2
-15
/
+20
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
4
-12
/
+12
*
mips3drc: log a message if a "fast" register is set via the debugger. If the...
Vas Crabb
2019-09-27
2
-64
/
+75
*
-r4000: Report the correct sub-revision for the R4600, and allow specific R4x...
mooglyguy
2019-09-08
2
-6
/
+6
*
mips1: undocumented behaviour (nw)
Patrick Mackinlay
2019-08-29
1
-1
/
+12
*
r4000: revert unwanted change (nw)
Patrick Mackinlay
2019-08-15
1
-2
/
+1
*
debuggdbstub: uncomment parameters (nw)
Patrick Mackinlay
2019-08-15
1
-1
/
+2
*
r4000: interrupt/exception changes (nw)
Patrick Mackinlay
2019-08-15
1
-17
/
+6
*
mips1: rework interrupts (nw)
Patrick Mackinlay
2019-08-09
2
-53
/
+41
*
mips1: clear softfloat exceptions (nw)
Patrick Mackinlay
2019-08-06
1
-0
/
+2
*
mips1dsm: address is only 26 bits (nw)
Patrick Mackinlay
2019-08-05
1
-2
/
+2
*
r4000: mask cp0 registers (nw)
Patrick Mackinlay
2019-08-01
1
-12
/
+47
*
mips1: diagnostic fixes (nw)
Patrick Mackinlay
2019-07-25
2
-25
/
+53
*
mips1: add bus error line (nw)
Patrick Mackinlay
2019-07-18
2
-5
/
+23
*
-r4000: Added bus error functionality. [Ryan Holtz]
mooglyguy
2019-05-25
2
-6
/
+43
*
r4000: fix brain damage (nw)
Patrick Mackinlay
2019-05-23
1
-1
/
+1
*
r4000: sgi ide fixes (nw)
Patrick Mackinlay
2019-05-23
2
-55
/
+277
*
r4000: housekeeping (nw)
Patrick Mackinlay
2019-05-13
2
-23
/
+21
*
-ioc2: Fixed mappable interrupt checks. Fixes IRIX 6.5 installer hanging on k...
mooglyguy
2019-05-12
2
-45
/
+9
*
r4000: minor tweaks (nw)
Patrick Mackinlay
2019-05-07
2
-40
/
+17
[next]