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
/
devices
/
cpu
/
sh2
Commit message (
Expand
)
Author
Age
Files
Lines
*
move sh2 / sh4 to a folder called superh
David Haywood
2017-10-02
13
-9261
/
+0
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
2
-4
/
+4
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
8
-45
/
+23
*
Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert]
Olivier Galibert
2017-07-03
1
-2
/
+2
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
10
-211
/
+167
*
fix some device validation errors, also fix uninitialised members in some dev...
Vas Crabb
2017-03-03
1
-2
/
+2
*
Self-registering devices prep:
Vas Crabb
2017-02-27
4
-6
/
+6
*
Cherry-pick some features from self-registering drivers PoC:
Vas Crabb
2017-02-16
1
-0
/
+6
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
3
-8
/
+4
*
Changed the sh2 and sh4 disassemblers to use 'std::ostream &' internally
AJR
2016-11-16
2
-201
/
+205
*
srcclean (nw)
Vas Crabb
2016-10-23
6
-23
/
+23
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
3
-250
/
+250
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
12
-689
/
+689
*
Fix disassembly window updating when you set pc/curpc on 68000 and z80. Remov...
smf-
2016-10-08
2
-19
/
+6
*
more debug consistency. (nw)
smf-
2016-10-05
2
-36
/
+22
*
Merge branch 'master' into sh7604_rewrite
angelosa
2016-09-28
1
-1
/
+1
|
\
|
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-1
/
+1
*
|
Base WatchDog Timer device
angelosa
2016-09-27
2
-0
/
+148
*
|
More meat to SCI
angelosa
2016-09-27
4
-8
/
+120
*
|
Don't need a trampoline for these and added bare-bones SCI
angelosa
2016-09-27
4
-14
/
+142
*
|
Written stub SH7604 BUS device (not hooked up to SH2 yet).
angelosa
2016-09-27
2
-0
/
+268
*
|
Opening up a new branch for sh7604 rewrite.
angelosa
2016-09-27
1
-1
/
+1
|
/
*
Revert software-installed slot/image options when changing software
AJR
2016-04-04
2
-5
/
+4
*
* Support *n conversion in stream_format/string_format
Vas Crabb
2016-03-01
1
-1
/
+1
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
3
-22
/
+22
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
2
-2
/
+2
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
2
-2
/
+2
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
3
-22
/
+22
*
Revert "remove const (nw)"
Miodrag Milanovic
2016-01-13
2
-2
/
+2
*
remove const (nw)
Miodrag Milanovic
2016-01-11
2
-2
/
+2
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
2
-2
/
+2
*
some handmade changes (nw)
Miodrag Milanovic
2015-12-21
3
-16
/
+11
*
override part 2 (nw)
Miodrag Milanovic
2015-12-05
1
-17
/
+17
*
clang-modernize part 6
Miodrag Milanovic
2015-12-04
1
-7
/
+7
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
2
-47
/
+47
*
These are not needed with official tools (nw)
Miodrag Milanovic
2015-11-10
1
-11
/
+0
*
fix compile (nw)
Miodrag Milanovic
2015-11-08
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
5
-0
/
+0
*
Cleanup devcpu.h (nw)
Miodrag Milanovic
2015-11-06
1
-12
/
+0
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
7
-0
/
+8721