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
*
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
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
1
-17
/
+39
*
Remove most other instances of cpu_get_total_cycles.
Aaron Giles
2010-06-30
1
-1
/
+1
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
1
-2
/
+2
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
1
-4
/
+0
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
1
-3
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-6
/
+5
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-5
/
+5
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-3
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-2
/
+2
*
Minor drc improvments:
Aaron Giles
2009-12-20
1
-20
/
+14
*
Added new profiler bucket for DRC recompilation.
Aaron Giles
2009-12-19
1
-0
/
+4
*
Fix TLBMOD exceptions so they also properly set BadVAddr.
Aaron Giles
2009-11-18
1
-1
/
+1
*
Fix assertion in DRC.
Aaron Giles
2009-11-18
1
-1
/
+4
*
MIPS3 TLB fixes:
Aaron Giles
2009-11-16
1
-6
/
+8
*
Reverting bad fix
Ryan Holtz
2009-11-16
1
-2
/
+1
*
- Fixed Context usage and TLB exception vectors in the MIPS core [Harmony]
Ryan Holtz
2009-11-16
1
-1
/
+2
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-33
/
+33
*
CPU cores are now enabled on a per cpu core family basis instead of per cpu c...
Wilbert Pol
2009-03-25
1
-14
/
+0
*
MIPS III: Update RA before executing the delay slot.
R. Belmont
2009-03-19
1
-4
/
+4
*
CPU cores now compile cleanly.
Aaron Giles
2009-03-15
1
-18
/
+43
*
Add specific support for NEC VR4300/4310 CPUs
R. Belmont
2009-03-14
1
-0
/
+90
*
Added function calls to replace the MIPS3 DRC's various CPU_SET_INFO
Aaron Giles
2009-03-07
1
-20
/
+49
*
DRC frontends must do their own opcode fetching unfortunately. Updated all
Aaron Giles
2009-01-18
1
-20
/
+24
*
Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE
Aaron Giles
2009-01-17
1
-5
/
+1
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
1
-19
/
+19
*
Removed index and clock parameters from CPU_INIT function.
Aaron Giles
2008-12-18
1
-14
/
+14
*
Made the concept of a "clock" native to devices. The clock is now
Aaron Giles
2008-12-18
1
-1
/
+1
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-12
1
-3
/
+2
*
Removed get context/set context calls from the CPU interface entirely.
Aaron Giles
2008-12-11
1
-2
/
+0
*
Re-routed empty get/set context calls to the dummy CPU's, and removed them
Aaron Giles
2008-12-09
1
-18
/
+2
*
Pointer-ified the mips3drc.
Aaron Giles
2008-12-06
1
-209
/
+231
*
activecpu_count -= 133
Aaron Giles
2008-12-06
1
-6
/
+6
*
CPU_IS_LE -> ENDIANNESS_LITTLE
Aaron Giles
2008-12-04
1
-12
/
+12
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-1
/
+1
*
Another big one.
Aaron Giles
2008-11-20
1
-1
/
+1
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
1
-1
/
+2
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-2
/
+2
[next]