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
/
sh2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved some of the CPU cores over to use get_safe_token like other devices.
Aaron Giles
2009-03-12
2
-24
/
+34
*
Moved SH2 set info functions to direct calls.
Aaron Giles
2009-03-03
5
-59
/
+55
*
Small bugfix for an SH-2 logging message.
Angelo Salese
2009-02-08
1
-1
/
+1
*
02897: soldivid: Audio regression (David Haywood)
Angelo Salese
2009-02-04
1
-4
/
+1
*
DRC frontends must do their own opcode fetching unfortunately. Updated all
Aaron Giles
2009-01-18
3
-43
/
+38
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2009-01-14
2
-240
/
+1
*
PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles]
Aaron Giles
2008-12-31
3
-6
/
+6
*
CPU interface organization shuffle. The file cpuintrf.h now merely
Aaron Giles
2008-12-22
1
-2
/
+2
*
More cleanup. Added address-space-specific constants for the various
Aaron Giles
2008-12-20
2
-21
/
+21
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
2
-15
/
+15
*
Removed index and clock parameters from CPU_INIT function.
Aaron Giles
2008-12-18
4
-4
/
+4
*
Made the concept of a "clock" native to devices. The clock is now
Aaron Giles
2008-12-18
1
-1
/
+1
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-17
2
-1
/
+5
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
1
-5
/
+5
*
Cleanups and version bump.
Aaron Giles
2008-12-15
1
-1
/
+1
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-12
1
-2
/
+1
*
Removed get context/set context calls from the CPU interface entirely.
Aaron Giles
2008-12-11
2
-18
/
+0
*
Here's the big one....
Aaron Giles
2008-12-11
1
-11
/
+0
*
Pointer-ified the sh2drc.
Aaron Giles
2008-12-10
4
-301
/
+303
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-07
2
-2
/
+0
*
activecpu_count -= 133
Aaron Giles
2008-12-06
1
-1
/
+1
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-24
/
+24
*
CPU_IS_LE -> ENDIANNESS_LITTLE
Aaron Giles
2008-12-04
2
-2
/
+2
*
Removed more cpunum_get_active().
Aaron Giles
2008-11-26
4
-17
/
+17
*
Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch,
Aaron Giles
2008-11-26
1
-3
/
+3
*
Removed globals from cpuexec.
Aaron Giles
2008-11-25
1
-2
/
+2
*
change_pc? What change_pc?
Aaron Giles
2008-11-24
3
-8
/
+0
*
Removed NO_LEGACY_MEMORY_HANDLERS defines.
Aaron Giles
2008-11-24
3
-3
/
+0
*
Removed cpu_num info from SH2 in favor of just keeping the device object.
Aaron Giles
2008-11-24
4
-24
/
+19
*
Removed memory context switch. Let the fun begin.
Aaron Giles
2008-11-24
1
-1
/
+1
*
More memory conversions.
Aaron Giles
2008-11-23
4
-44
/
+49
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
2
-2
/
+2
*
Another big one.
Aaron Giles
2008-11-20
1
-1
/
+1
*
Generalized the concept of opbase access into "direct" access.
Aaron Giles
2008-11-17
1
-3
/
+3
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-24
/
+24
*
WARNING: this compiles, but not fully cleanly, and a number of drivers
Aaron Giles
2008-11-14
3
-11
/
+13
*
This patch replaces the Machine parameter where an running_machine *
Aaron Giles
2008-11-13
1
-1
/
+1
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
2
-2
/
+5
*
Removed save_device pattern if favor of just accepting the
Aaron Giles
2008-11-10
2
-6
/
+2
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
3
-24
/
+24
*
Populated tag and static_config parts of fake CPU device. Removed 'config'
Aaron Giles
2008-11-09
4
-5
/
+5
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-11-08
1
-1
/
+1
*
Added macros for all CPU callbacks to ease future changes.
Aaron Giles
2008-11-08
3
-22
/
+22
*
WARNING: This is a significant change. If you are risk-averse and
Aaron Giles
2008-11-06
4
-28
/
+36
*
Removed per-game hacks from CPS3 (moved to DMA callback in SH2 core)
davidhay
2008-10-18
4
-7
/
+47
*
Cleanups and version bump.
mame0127u8
Aaron Giles
2008-10-13
2
-2
/
+2
*
Fix Mantis #02211
R. Belmont
2008-10-12
3
-9
/
+39
*
Cleanups and version bump.
mame0127
Aaron Giles
2008-08-19
1
-2
/
+2
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-08-19
1
-2
/
+2
*
SH-2 DRC updates:
R. Belmont
2008-08-16
2
-73
/
+253
[next]