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
/
mips3com.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-191
/
+0
*
Sorted out cpu cores (nw)
Miodrag Milanovic
2015-05-13
1
-2
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
added command-line option -[no]drc_log_native to control DRC native diassembl...
Oliver Stöneberg
2014-11-07
1
-2
/
+0
*
added command-line option -[no]drc_log_uml to control DRC UML disassembly log...
Oliver Stöneberg
2014-11-07
1
-1
/
+0
*
mips3.c: Modernised cpu core (nw)
Wilbert Pol
2014-06-01
1
-123
/
+49
*
removed usage of legacy IRQ callback (nw)
Miodrag Milanovic
2014-04-29
1
-2
/
+2
*
Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option...
Miodrag Milanovic
2013-08-27
1
-2
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-121
/
+121
*
Final round of struct/union/enum normalization.
Aaron Giles
2012-09-16
1
-3
/
+2
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-4
/
+2
*
Renamed device_irq_callback to device_irq_acknowledge_callback to
Aaron Giles
2012-04-10
1
-2
/
+2
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-1
/
+1
*
MIPS: make DRC selectable by #ifdef [R. Belmont]
R. Belmont
2011-01-01
1
-0
/
+2
*
Remove final set of legacy inlines from memory.h. Mostly affects CPU
Aaron Giles
2010-08-19
1
-0
/
+1
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
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
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
1
-2
/
+2
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-2
/
+2
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-2
/
+2
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-2
/
+0
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-3
/
+3
*
Cleanups and version bump.
mame0135u1
Aaron Giles
2009-11-20
1
-1
/
+1
*
MIPS3 TLB fixes:
Aaron Giles
2009-11-17
1
-2
/
+6
*
Add specific support for NEC VR4300/4310 CPUs
R. Belmont
2009-03-14
1
-0
/
+2
*
Removed index and clock parameters from CPU_INIT function.
Aaron Giles
2008-12-18
1
-1
/
+1
*
A few more conversions.
Aaron Giles
2008-11-22
1
-0
/
+1
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
1
-0
/
+1
*
Populated tag and static_config parts of fake CPU device. Removed 'config'
Aaron Giles
2008-11-09
1
-1
/
+1
*
WARNING: This is a significant change. If you are risk-averse and
Aaron Giles
2008-11-06
1
-2
/
+3
*
Here's another MAME tidy patch. This one adds missing const/statics,
Aaron Giles
2008-11-02
1
-2
/
+0
*
structure, lower-casing functions and re-inclusion updates of the src\emu\cpu...
Derrick Renaud
2008-08-12
1
-1
/
+3
*
Don't generate compare interrupts unless the compare register was written
Aaron Giles
2008-06-27
1
-0
/
+1
*
Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER
Aaron Giles
2008-06-26
1
-2
/
+0
*
Created common virtual TLB managment module.
Aaron Giles
2008-06-16
1
-4
/
+7
*
MIPS3 recompiler:
Aaron Giles
2008-06-13
1
-3
/
+1
*
Cleanups for 0.125u3.
Aaron Giles
2008-05-29
1
-1
/
+1
*
Moved implementation-specific state into a pointer hanging off of the core
Aaron Giles
2008-05-29
1
-0
/
+7
*
Several miscellaneous changes:
Aaron Giles
2008-05-29
1
-2
/
+2
*
Added new front-end flag to tag privileged instructions.
Aaron Giles
2008-05-25
1
-21
/
+3
*
Numerous MIPS3 DRC updates:
Aaron Giles
2008-05-19
1
-61
/
+75
*
Rewrote core memory handlers as inline functions. These should be easier to
Aaron Giles
2008-04-09
1
-0
/
+1
*
WIP check-in. Things work now, but I'm still working on the code.
Aaron Giles
2008-03-09
1
-3
/
+3
*
Changed debugger-related code to be based off a new makefile define (DEBUGGER...
Aaron Giles
2008-02-02
1
-1
/
+1
*
Minor clock cleanup in tickee.c.
Aaron Giles
2008-01-14
1
-1
/
+1
*
Yet another attempt to fix the MIPS 64-bit Linux crash.
Aaron Giles
2008-01-08
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+257