index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
/
mips3.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
srcclean (nw)
Vas Crabb
2017-03-26
1
-9
/
+9
*
MIPS: initial support for VR5500 and TX4925 CPUs. [R. Belmont]
arbee
2017-03-25
1
-0
/
+74
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-16
/
+16
*
mips3: Retry fixing FPU register aliasing
Happy
2017-02-26
1
-80
/
+72
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-2
/
+2
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-8
/
+8
*
Put the declaration of dasmmips3() in a header file
Nathan Woods
2016-11-16
1
-1
/
+0
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
1
-6
/
+6
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-261
/
+261
*
fix disassembly window (nw)
smf-
2016-10-18
1
-3
/
+3
*
made constexprs lower case and used constexpr for returning input value as we...
Miodrag Milanovic
2016-07-31
1
-2
/
+2
*
Fix build on MSVC thanks to Rene, also fix debug_break crashes
therealmogminer@gmail.com
2016-06-08
1
-1
/
+1
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-1
/
+1
*
Revert "(nw) MIP3 DRC handle branches in delay slot properly."
Ted Green
2016-06-03
1
-2
/
+0
*
Revert "(nw) Fix issue with kinst driver. Only allow MIPs VR4300 to have the ...
Ted Green
2016-06-03
1
-3
/
+2
*
(nw) Fix issue with kinst driver. Only allow MIPs VR4300 to have the DRC bran...
Ted Green
2016-06-02
1
-2
/
+3
*
(nw) MIP3 DRC handle branches in delay slot properly.
Ted Green
2016-06-01
1
-0
/
+2
*
mips3: Fixed interpreter bug where BADCOP exceptions would execute the faulti...
therealmogminer@gmail.com
2016-04-15
1
-18
/
+40
*
-mips3: Fixed DMULT and DMULTU in both interpreter and DRC modes. [marathonman]
therealmogminer@gmail.com
2016-04-12
1
-9
/
+22
*
mips3: Branch and Link instructions unconditionally set return address register.
Happy
2016-04-12
1
-5
/
+4
*
Merge pull request #784 from Happy-yappH/master
R. Belmont
2016-04-05
1
-68
/
+78
|
\
|
*
mips3: Fix behavior for 32/64 bit mode floating point register aliasing.
Happy
2016-04-03
1
-68
/
+78
*
|
Revert software-installed slot/image options when changing software
AJR
2016-04-04
1
-1
/
+1
|
/
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-65
/
+65
*
Make generic VTLB implementation a modern device interface (nw)
AJR
2016-02-07
1
-43
/
+24
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
Revert "remove const (nw)"
Miodrag Milanovic
2016-01-13
1
-1
/
+1
*
remove const (nw)
Miodrag Milanovic
2016-01-11
1
-1
/
+1
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-1
/
+1
*
some handmade changes (nw)
Miodrag Milanovic
2015-12-21
1
-4
/
+2
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-29
/
+29
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+3090