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
/
emu
/
cpu
/
sh4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
12
-9665
/
+0
*
blame balrog for this :) (NW)
Cowering
2015-07-08
1
-1
/
+1
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
1
-6
/
+6
*
updating remaining for RB (nw)
Miodrag Milanovic
2015-05-21
12
-12
/
+12
*
Another round of -Wextra -Wdouble-promotion fixes. (nw)
couriersud
2015-05-20
1
-3
/
+3
*
Sorted out cpu cores (nw)
Miodrag Milanovic
2015-05-13
10
-20
/
+20
*
update for Mariusz Wojcieszek (nw)
Miodrag Milanovic
2015-05-11
2
-2
/
+2
*
did license settings for OG and Andrew, cleared up OSD part for licenses (nw)
Miodrag Milanovic
2015-05-09
2
-2
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
12
-0
/
+24
*
Cleanups and version bump
mame0161
Miodrag Milanovic
2015-04-29
2
-5
/
+5
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
2
-35
/
+35
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
2
-35
/
+35
*
sh4 'fastram' - remembering why I didn't submit this, it seems ineffective (i...
mamehaze
2015-04-08
2
-3
/
+142
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
1
-2
/
+2
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-3
/
+2
*
sh4: fixed irqline usage in case of certain SH3 exceptions (nw)
Oliver Stöneberg
2014-08-07
1
-2
/
+2
*
sh4.c: Get rid of pointers to member functions (nw)
Wilbert Pol
2014-07-31
2
-432
/
+942
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
2
-3
/
+1
*
sh4: inlined some functions (nw)
Wilbert Pol
2014-07-09
1
-6
/
+6
*
sh4: Modernized cpu core (nw)
Wilbert Pol
2014-07-07
9
-3014
/
+3480
*
more passing of attotime as const references (nw)
Oliver Stöneberg
2014-07-04
1
-1
/
+1
*
removed usage of legacy IRQ callback (nw)
Miodrag Milanovic
2014-04-29
3
-7
/
+7
*
SH4 : Moved legacy handlers to member of cpu classes (nw)
Miodrag Milanovic
2014-04-28
5
-41
/
+112
*
removed assert from src/emu/cpu/sh4/sh4dmac.c and always set proper channel i...
Oliver Stöneberg
2014-04-02
1
-1
/
+0
*
added asserts for known index out-of-bounds accesses (nw)
Oliver Stöneberg
2014-03-08
1
-0
/
+1
*
Removed some auto_mallocs in favor of dynamic_arrays.
Aaron Giles
2014-02-19
3
-10
/
+5
*
Fixed descriptions/shortnames to clarify endianness for SH-3/4 (nw)
Scott Stone
2014-01-15
1
-5
/
+7
*
Some useful fatalerrors
Angelo Salese
2013-09-16
1
-0
/
+6
*
added missing short names to legacy devices and added validation that short n...
Miodrag Milanovic
2013-08-23
1
-0
/
+1
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
2
-9
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
12
-988
/
+980
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-6
/
+6
*
Memory handler cleanup 3. Add mem_mask parameter
Aaron Giles
2012-09-17
2
-8
/
+8
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
2
-8
/
+8
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
1
-1
/
+1
*
Pass 2 of struct modernization.
Aaron Giles
2012-09-15
1
-2
/
+2
*
Clear out remaining global inlines in diexec.h.
Aaron Giles
2012-09-12
1
-2
/
+2
*
fixed some warnings about unreachable statements reported by cppcheck (no wha...
Oliver Stöneberg
2012-09-08
1
-4
/
+0
*
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-24
/
+24
*
Renamed device_irq_callback to device_irq_acknowledge_callback to
Aaron Giles
2012-04-10
2
-2
/
+2
*
MAME going modern part 2 (no whatsnew)
Miodrag Milanovic
2012-04-01
1
-4
/
+4
*
MAME going modern part 1 (no whatsnew)
Miodrag Milanovic
2012-03-31
1
-3
/
+3
*
clean-ups and version bump
mame0143u9
Angelo Salese
2011-10-27
1
-2
/
+2
*
Haze: clean up parameter naming on some opcodes in SH4 core, fixed tracing wh...
Miodrag Milanovic
2011-10-24
1
-281
/
+281
*
Clean-ups and version bump
mame0143u8
Angelo Salese
2011-10-23
2
-261
/
+261
*
Haze: Some SH4 clean-ups after the earlier refactoring, should be no function...
Miodrag Milanovic
2011-10-19
1
-351
/
+144
*
Haze: Built a jump table for all opcodes, reducing it all to a single level ...
Scott Stone
2011-10-19
1
-178
/
+146
*
Haze: More sh4 optimizations (nw)
Scott Stone
2011-10-18
1
-491
/
+442
*
Haze: Continued the jump table optimizations on the sh4 (nw)
Scott Stone
2011-10-18
1
-456
/
+431
*
Haze: Using jump tables in the sh4 core is faster than the switch statements...
Scott Stone
2011-10-18
1
-451
/
+512
[next]