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
/
sharc
/
sharc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix voodoo and sharc saving to abide by new rules.
Aaron Giles
2021-04-19
1
-1
/
+2
*
Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow uni...
Aaron Giles
2021-04-13
1
-107
/
+84
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-34
/
+23
*
finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw)
Ivan Vangelista
2020-06-18
1
-6
/
+6
*
finished removing read* and write* macros from the mame part of the tree. the...
Ivan Vangelista
2020-06-16
1
-4
/
+4
*
e132xs.cpp, sharc.cpp: fixed DRC crashes in devnoclear debug builds (nw)
Ivan Vangelista
2020-06-14
1
-0
/
+22
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-9
/
+9
*
Make MCFG_DEVICE_ADD and callable device types more flexible:
Vas Crabb
2018-05-04
1
-0
/
+4
*
maps: Finish devices/cpu (nw)
Olivier Galibert
2018-04-20
1
-18
/
+20
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-3
/
+3
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
1
-2
/
+2
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2018-02-25
1
-2
/
+2
*
Grammar police (nw)
Olivier Galibert
2018-02-24
1
-1
/
+1
*
sharc.cpp: disable fatalerror on debugger data area access (nw)
angelosa
2018-02-21
1
-1
/
+5
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-4
/
+4
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
1
-2
/
+2
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-3
/
+3
*
sharc.cpp: leftover debug code removal (nw)
angelosa
2017-09-17
1
-12
/
+0
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-2
/
+2
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-0
/
+7
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-3
/
+4
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
sharc: Use standard memory maps [O. Galibert]
Olivier Galibert
2016-12-09
1
-115
/
+128
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-30
/
+30
*
disassembly window fixes (nw)
smf-
2016-10-19
1
-1
/
+1
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-0
/
+1
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-1
/
+0
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-0
/
+1
*
sharcdrc: fix Linux crash (nw)
Ville Linde
2016-06-29
1
-1
/
+1
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-4
/
+4
*
runtime enable for sharcdrc (nw)
Ville Linde
2016-06-06
1
-43
/
+51
*
sharcdrc: some fixes + more ops (nw)
Ville Linde
2016-06-03
1
-0
/
+2
*
Added highly experimental SHARC recompiler (disabled by default) [Ville Linde]
Ville Linde
2016-05-28
1
-387
/
+518
*
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Miodrag Milanovic
2016-05-01
1
-3
/
+3
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
clang-modernize part 6
Miodrag Milanovic
2015-12-04
1
-27
/
+27
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+960