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
/
mips3drc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MISP3 DRC: Fix tlbmiss in delay slot (#4979)
tedgreen99
2019-05-05
1
-5
/
+10
*
MIPS3 DRC: Always set BadVaddr on TLB miss. The TLB handler needs this to fi...
Ted Green
2019-04-10
1
-2
/
+1
*
MIPS3: Clean up LL/SC instructions and add debug break to DRC (nw)
Ted Green
2019-04-09
1
-17
/
+45
*
MIPS3: Add divide by zero floating point exception (nw)
Ted Green
2019-04-06
1
-2
/
+21
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-24
/
+35
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-35
/
+24
*
srcclean and cleanup (nw)
Vas Crabb
2019-01-27
1
-5
/
+5
*
mips3drc: Fixed block checksumming. Fixes IRIX installer hang on ip225015. [R...
MooglyGuy
2019-01-12
1
-24
/
+35
*
mips3.cpp: Started laying the groundwork for cache support, nw
mooglyguy
2018-11-19
1
-2
/
+2
*
Revert "MIPS3: Fixup LL/SC opcode operation. (nw)"
Ted Green
2018-09-01
1
-2
/
+0
*
MIPS3: Fixup LL/SC opcode operation. (nw)
Ted Green
2018-09-01
1
-0
/
+2
*
ps2sony: Some basic VU1 support, major file reshuffling, nw
mooglyguy
2018-07-21
1
-0
/
+1
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
1
-6
/
+6
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
1
-283
/
+264
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-2
/
+7
*
mips3: Cleanup TX4925 implementation. (nw)
Ted Green
2017-11-06
1
-63
/
+0
*
mips3: Revert removal of start and end checks as they potentially improve per...
Ted Green
2017-10-29
1
-5
/
+10
*
mips3: Minor MIPS DRC fastram optimization and simplification. (nw)
Ted Green
2017-10-29
1
-18
/
+8
*
srcclean (nw)
Vas Crabb
2017-03-26
1
-66
/
+66
*
MIPS: initial support for VR5500 and TX4925 CPUs. [R. Belmont]
arbee
2017-03-25
1
-0
/
+63
*
mips3 drc : Make sure branch delay slot instruction is not virtual
Happy
2017-03-24
1
-2
/
+6
*
mips3: Retry fixing FPU register aliasing
Happy
2017-02-26
1
-769
/
+109
*
srcclean (nw)
Vas Crabb
2016-11-27
1
-1
/
+1
*
Changing the MIPS DRC to not use static char buffers when disassembling
Nathan Woods
2016-11-20
1
-7
/
+10
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-1
/
+1
*
Put the declaration of dasmmips3() in a header file
Nathan Woods
2016-11-16
1
-2
/
+0
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
1
-354
/
+354
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-89
/
+89
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-4
/
+4
*
(nw) Updated rom naming/mapping and changed ram instantiation.
Ted Green
2016-05-25
1
-1
/
+3
*
iteagle: fix gtfore (nw)
cracyc
2016-04-28
1
-1
/
+1
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
1
-349
/
+349
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Port Happy's PPC aliasing fix to the MIPS3 DRC, nw
therealmogminer@gmail.com
2016-04-15
1
-179
/
+967
*
Back out DMULT/DMULTU change, nw
therealmogminer@gmail.com
2016-04-13
1
-68
/
+2
*
Port Happy's branch-and-link fix from mips3 interpreter to DRC, nw
therealmogminer@gmail.com
2016-04-12
1
-7
/
+16
*
-mips3: Fixed DMULT and DMULTU in both interpreter and DRC modes. [marathonman]
therealmogminer@gmail.com
2016-04-12
1
-2
/
+68
*
Revert software-installed slot/image options when changing software
AJR
2016-04-04
1
-2
/
+2
*
Make generic VTLB implementation a modern device interface (nw)
AJR
2016-02-07
1
-3
/
+3
*
some handmade changes (nw)
Miodrag Milanovic
2015-12-21
1
-7
/
+7
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-2
/
+2
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-23
/
+23
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+3310