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
/
rsp
Commit message (
Expand
)
Author
Age
Files
Lines
*
C++-ified drcfe and the associated frontends. You now create a
Aaron Giles
2011-01-04
3
-247
/
+257
*
Fixed RSP core VRSQL implementation. [Harmony]
Ryan Holtz
2011-01-02
1
-4
/
+32
*
Removed fast IMEM and DMEM handlers from the RSP DRC in favor of the core mem...
Ryan Holtz
2011-01-01
2
-204
/
+124
*
Cleanups and version bump.
Aaron Giles
2011-01-01
2
-43
/
+43
*
mame_rand() -> machine->rand()
Aaron Giles
2010-12-31
1
-1
/
+1
*
running_device -> device_t
Aaron Giles
2010-12-31
3
-15
/
+15
*
Updated the RSP and RDP implementations to be largely bit-perfect and pixel-a...
Ryan Holtz
2010-12-31
4
-5490
/
+2824
*
I had originally wanted to convert the profiler to use scopes (e.g.,
Aaron Giles
2010-08-21
1
-2
/
+2
*
Remove final set of legacy inlines from memory.h. Mostly affects CPU
Aaron Giles
2010-08-19
4
-4
/
+7
*
Remove most of the temporary inline helpers.
Aaron Giles
2010-08-19
1
-1
/
+1
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
1
-17
/
+17
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-1
/
+1
*
Cleanups and version bump.
mame0138u4
Aaron Giles
2010-07-22
1
-1
/
+1
*
RSP: Fix sign issue in VCL opcode [angrylion]
R. Belmont
2010-07-22
2
-2
/
+2
*
Allow the non-DRC RSP core to build again
Phil Bennett
2010-07-15
3
-212
/
+243
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
3
-6
/
+7
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
3
-4
/
+4
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
2
-8
/
+0
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
3
-7
/
+7
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
3
-15
/
+13
*
Disabled DRC versions of certain vector load/store operations in the
Ryan Holtz
2010-04-03
1
-13
/
+13
*
Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify
Aaron Giles
2010-01-21
2
-18
/
+18
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
3
-15
/
+15
*
Cleanups and version bump.
Aaron Giles
2010-01-16
1
-1
/
+1
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
2
-2
/
+2
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
5
-7
/
+4
*
Trivial BIGENDIAN=1 rsp compile fix, no whatsnew needed.
R. Belmont
2010-01-01
1
-0
/
+2
*
Converted RSP callbacks into device callbacks. Removed a ton of
Aaron Giles
2010-01-01
2
-8
/
+8
*
Oops, fixed misaligned 32-bit accesses in RSP DRC.
Aaron Giles
2010-01-01
1
-10
/
+5
*
Cleanups and version bump.
mame0136
Aaron Giles
2009-12-31
2
-1794
/
+1794
*
Fixed a few DRC-ized vector load/store opcodes in the RSP core. [Harmony]
Ryan Holtz
2009-12-30
1
-21
/
+21
*
Fixed error in codegen for drol/dror opcodes in the x86 back-end.
Aaron Giles
2009-12-30
1
-111
/
+91
*
Fixes the debug build.
Ryan Holtz
2009-12-28
1
-27
/
+47
*
Converted a number of vector opcodes to the RSP DRC core. [Harmony]
Ryan Holtz
2009-12-28
2
-1350
/
+5195
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
4
-382
/
+382
*
Cleanups and version bump.
mame0135u4
Aaron Giles
2009-12-23
1
-45
/
+45
*
Minor drc improvments:
Aaron Giles
2009-12-20
1
-101
/
+77
*
Added new profiler bucket for DRC recompilation.
Aaron Giles
2009-12-19
1
-26
/
+44
*
RSP recompiler improvements / optimizations: [Harmony]
Ryan Holtz
2009-12-18
2
-50
/
+99
*
Fixing the RSP disassembler, no whatsnew.
Ryan Holtz
2009-12-17
1
-1
/
+1
*
[RSP] Preliminary RSP recompiler, with all vector ops stubbed out to C functi...
Ryan Holtz
2009-12-16
6
-430
/
+5705
*
Added missing BLTZAL opcode to the RSP core. [angrylion]
Ryan Holtz
2009-11-12
1
-0
/
+1
*
Added infrastructure to compile universal standalone disassembler:
Aaron Giles
2009-08-22
2
-8
/
+10
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-6
/
+6
*
CPU cores now compile cleanly.
Aaron Giles
2009-03-15
1
-8
/
+16
*
More cleanup. Added address-space-specific constants for the various
Aaron Giles
2008-12-20
1
-9
/
+9
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
1
-7
/
+7
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-17
1
-0
/
+1
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-12
1
-1
/
+0
*
Removed get context/set context calls from the CPU interface entirely.
Aaron Giles
2008-12-11
1
-2
/
+0
[next]