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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
108
-320
/
+320
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
5
-32
/
+35
*
03755: soldivid: No music after loading savestate (or -autosave) [Phil Bennett]
Phil Bennett
2010-08-18
1
-16
/
+36
*
Attempt to fix reported GCC 4.5 problems [R. Belmont]
R. Belmont
2010-08-17
1
-1
/
+1
*
Removed several exported non-const global variables from the core [Atari Ace]
Phil Bennett
2010-08-13
1
-1
/
+0
*
Cleanups and version bump.
mame0139u1
Aaron Giles
2010-08-12
9
-174
/
+174
*
dsp56k.c : Remove globals from dsp56k cpu core. [AtariAce]
Andrew Gardner
2010-08-10
5
-66
/
+70
*
dsp56k : Hooked up new execution engine. [Andrew Gardner]
Andrew Gardner
2010-08-07
14
-1105
/
+1222
*
The dsp561xx CPU core now generates accurate disassembly for Konami Polygonet...
Andrew Gardner
2010-08-04
10
-3253
/
+5773
*
Return to type safety. Changed address maps back into functions that build
Aaron Giles
2010-08-01
1
-0
/
+2
*
Cleanups and version bump.
Aaron Giles
2010-07-29
1
-2
/
+2
*
Fixed HD63701 SLP opcode [Sandro Ronco]
Phil Bennett
2010-07-29
1
-5
/
+19
*
Corrected Ameri Darts audio playback rate.
Quench
2010-07-27
1
-14
/
+40
*
arm7.c: Added big endian version of the arm7 cpu. The 3do uses an arm6 in 32b...
Wilbert Pol
2010-07-26
5
-8
/
+78
*
arm.c: Added a big endian version of the arm2/3/6 cpu core and cleaned up the...
Wilbert Pol
2010-07-25
3
-26
/
+74
*
arm.c: Fixed word reading from non-aligned address in big endian mode. [Wilbe...
Wilbert Pol
2010-07-24
1
-1
/
+10
*
arm.c: Added big endian mode support to the LDRB and STRB instructions. [Wilb...
Wilbert Pol
2010-07-22
2
-2
/
+15
*
Cleanups and version bump.
mame0138u4
Aaron Giles
2010-07-22
2
-45
/
+45
*
RSP: Fix sign issue in VCL opcode [angrylion]
R. Belmont
2010-07-22
2
-2
/
+2
*
Added TMS32015 and TMS32016 CPU variants to the TMS32010 core.
Quench
2010-07-20
2
-50
/
+121
*
mt 3536 bugfix (Atari Ace)
Michaƫl Banaan Ananas
2010-07-17
1
-4
/
+4
*
lr35902.c: Added the speed register to the register list to allow it to be ch...
Wilbert Pol
2010-07-17
1
-0
/
+1
*
Allow the non-DRC RSP core to build again
Phil Bennett
2010-07-15
4
-213
/
+247
*
Added some missing makefile dependencies [Atari Ace]
Phil Bennett
2010-07-15
1
-4
/
+17
*
* Fixed some bugs in the MB88xx CPU core [Alex Jackson]
Phil Bennett
2010-07-15
1
-5
/
+5
*
MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek]
R. Belmont
2010-07-08
1
-1
/
+1
*
Remove the global clock accessors and cpu_* aliases:
Aaron Giles
2010-07-07
5
-9
/
+9
*
Fix SH-2 interpreter [Atari Ace]
R. Belmont
2010-07-07
2
-458
/
+480
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-1
/
+1
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
4
-6
/
+6
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
207
-1435
/
+1387
*
Some more cases to directly access the state interface instead of using the old
Aaron Giles
2010-07-02
2
-10
/
+9
*
Remove the following functions:
Aaron Giles
2010-07-01
5
-9
/
+9
*
Remove most other instances of cpu_get_total_cycles.
Aaron Giles
2010-06-30
9
-24
/
+24
*
Fix performance regression for PowerPC games. The timing made heavy use of
Aaron Giles
2010-06-30
1
-12
/
+12
*
fixed display of delayr virtual register, so it includes the name of the regi...
smf-
2010-06-26
1
-1
/
+1
*
Added many instances of missing static and const qualifiers to MAME, and disa...
Scott Stone
2010-06-17
3
-7
/
+7
*
Cleanups and version bump.
Aaron Giles
2010-06-17
12
-24
/
+24
*
Fixed missing cpu_device -> legacy_cpu_device (no whatsnew)
Miodrag Milanovic
2010-06-17
2
-2
/
+2
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
115
-245
/
+246
*
Regression fixes:
Aaron Giles
2010-06-14
2
-2
/
+4
*
Fixed illegal opcodes message, not worth mentioning
Angelo Salese
2010-06-13
1
-2
/
+2
*
Removed not needed constant, set proper return type and added call to m4510 c...
Miodrag Milanovic
2010-06-13
4
-12
/
+7
*
Added back software list support in emu core, and update 6510 and SM8500 cpu ...
Miodrag Milanovic
2010-06-13
4
-14
/
+12
*
MESS related fixes to enable compile after device rewrite (no whatsnew)
Miodrag Milanovic
2010-06-11
1
-2
/
+2
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
101
-434
/
+90
*
Tweak to s2650 IRQ cycle handling to fix gcc codegen bug.
Aaron Giles
2010-06-09
1
-1
/
+2
*
Fix 64bit compile on linux 4.4.0 - no whatsnew
Couriersud
2010-06-08
1
-1
/
+1
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
120
-490
/
+491
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
146
-2350
/
+2124
[next]