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
/
emu
/
cpu
/
mips
/
mips3drc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-3310
/
+0
*
mips3drc.c - Mippity mip mips. Fixed drc bug.
ted green
2015-07-16
1
-1
/
+1
*
Minor MIPS fixups.
ted green
2015-07-12
1
-1
/
+1
*
nw, add MCFG_FORCE_NO_DRC option, does not work for no apparent reason becaus...
therealmogminer@gmail.com
2015-06-27
1
-2
/
+2
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
1
-6
/
+6
*
mips3: Make fast RAM handling faster by caching certain values. [MooglyGuy]
therealmogminer@gmail.com
2015-05-27
1
-0
/
+3
*
Cleanups and version bump
mame0162
Miodrag Milanovic
2015-05-27
1
-1
/
+1
*
mips3 -- Added routine for clearing fastram region so that dynamic ram alloca...
ted green
2015-05-23
1
-0
/
+14
*
- mips3: Made fast RAM option common to both interpreter and DRC. [MooglyGuy]
therealmogminer@gmail.com
2015-03-29
1
-72
/
+7
*
- mips3: Add integer divide-by-zero handling to MIPS III cores. [MooglyGuy]
mooglyguy
2015-03-25
1
-6
/
+70
*
oops (nw)
Olivier Galibert
2015-01-25
1
-1
/
+1
*
Fix compilation with GCC 4.4.7 (n/w)
Lord-Nightmare
2014-11-12
1
-1
/
+1
*
added asserts for n64 -cart conker crash in mips3_device::generate_checksum_b...
Oliver Stöneberg
2014-11-08
1
-0
/
+3
*
added command-line option -[no]drc_log_native to control DRC native diassembl...
Oliver Stöneberg
2014-11-07
1
-2
/
+2
*
added command-line option -[no]drc_log_uml to control DRC UML disassembly log...
Oliver Stöneberg
2014-11-07
1
-16
/
+18
*
mips3: Fixed left-shift-of-signed-value issues. [MooglyGuy]
mooglyguy
2014-11-04
1
-1
/
+1
*
mips3drc: Generate -0.0 for NEG.S/D of 0.0 as FNEG does not on x86 [MooglyGuy]
mooglyguy
2014-11-03
1
-0
/
+8
*
mips3drc: Sign-extend ROUND.L, TRUNC.L, CEIL.L and FLOOR.L [MooglyGuy]
mooglyguy
2014-11-03
1
-0
/
+4
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
1
-1
/
+1
*
(nw) mips3drc: Made badcop exception handling cleaner. If you haven't read Bo...
Ryan Holtz
2014-08-27
1
-25
/
+46
*
mips3drc: Throw badcop exceptions on COP1 accesses while the COP1 status bit is
Ryan Holtz
2014-08-26
1
-0
/
+8
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-1
/
+0
*
mips3.c: Modernised cpu core (nw)
Wilbert Pol
2014-06-01
1
-1340
/
+492
*
removed usage of legacy IRQ callback (nw)
Miodrag Milanovic
2014-04-29
1
-1
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0150
Miodrag Milanovic
2013-09-17
1
-2
/
+1
*
Added command line option to force DRC C backend [Miodrag Milanovic]
Miodrag Milanovic
2013-08-27
1
-3
/
+0
*
Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option...
Miodrag Milanovic
2013-08-27
1
-51
/
+51
*
setname and description changes to DRC devices to indicate such is being used...
Scott Stone
2013-08-23
1
-32
/
+32
*
added missing short names to legacy devices and added validation that short n...
Miodrag Milanovic
2013-08-23
1
-2
/
+17
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-1080
/
+1079
*
Final round of struct/union/enum normalization.
Aaron Giles
2012-09-16
1
-1
/
+1
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-6
/
+3
*
added missing \n to some fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-07
1
-3
/
+3
*
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-33
/
+33
*
Renamed device_irq_callback to device_irq_acknowledge_callback to
Aaron Giles
2012-04-10
1
-1
/
+1
*
- Checksum the delay slot in single-instruction blocks in the MIPS3 and RSP D...
Ryan Holtz
2012-02-20
1
-1
/
+17
*
Some cleanup of some observed #include redundancy from source files which use...
Scott Stone
2012-02-06
1
-1
/
+0
*
BIG update.
Aaron Giles
2011-03-29
1
-8
/
+8
*
Simplified UML parameters, as follows:
Aaron Giles
2011-01-17
1
-602
/
+602
*
Redo most of the DRC/backend support as C++
Aaron Giles
2011-01-17
1
-474
/
+456
*
Convert drccache to C++
Aaron Giles
2011-01-05
1
-6
/
+6
*
C++-ified drcfe and the associated frontends. You now create a
Aaron Giles
2011-01-04
1
-30
/
+48
*
Include delay slots in checksum calculations.
Aaron Giles
2011-01-04
1
-0
/
+8
*
Fix case where branch delay slot straddles a page boundary and
Aaron Giles
2011-01-03
1
-0
/
+5
*
MIPS: make DRC selectable by #ifdef [R. Belmont]
R. Belmont
2011-01-01
1
-2
/
+4
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-4
/
+4
*
I had originally wanted to convert the profiler to use scopes (e.g.,
Aaron Giles
2010-08-21
1
-2
/
+2
*
Remove final set of legacy inlines from memory.h. Mostly affects CPU
Aaron Giles
2010-08-19
1
-4
/
+4
*
Remove most of the temporary inline helpers.
Aaron Giles
2010-08-19
1
-1
/
+1
[next]