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
/
emu
/
cpu
/
drcbex64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-6711
/
+0
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-4
/
+4
*
updated astring constructors to have just one string param, to be more like s...
Miodrag Milanovic
2015-04-13
1
-1
/
+1
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-1
/
+1
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-2
/
+2
*
added command-line option -[no]drc_log_native to control DRC native diassembl...
Oliver Stöneberg
2014-11-07
1
-2
/
+5
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-1
/
+0
*
second round of clang 3.4 fixes for MESS (nw)
Oliver Stöneberg
2014-02-20
1
-3
/
+5
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
fixed drcbex{64|86}.c compilation (nw)
Oliver Stöneberg
2013-07-10
1
-0
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-1178
/
+1178
*
added missing \n to some fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-07
1
-3
/
+3
*
Fixing comments
Nathan Woods
2011-11-12
1
-4
/
+4
*
drcbex64: Fix op_debug implementation [O. Galibert]
Olivier Galibert
2011-05-03
1
-1
/
+1
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-2
/
+4
*
BIG update.
Aaron Giles
2011-03-29
1
-2
/
+2
*
Cleanups and version bump.
mame0141u2
Aaron Giles
2011-02-09
1
-1
/
+1
*
drcbex64: fix compile on Apple GCC (no whatsnew)
R. Belmont
2011-02-05
1
-2
/
+2
*
Cleanups and version bump.
mame0141u1
Aaron Giles
2011-01-24
1
-78
/
+78
*
Redo most of the DRC/backend support as C++
Aaron Giles
2011-01-17
1
-4367
/
+3881
*
C++-ified the DRC backend utility helpers.
Aaron Giles
2011-01-06
1
-40
/
+34
*
Convert drccache to C++
Aaron Giles
2011-01-05
1
-12
/
+12
*
Improve TLB mismatch handling in PPC DRC, so that if we fill from
Aaron Giles
2011-01-05
1
-2
/
+21
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-3
/
+3
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-1
/
+1
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-3
/
+2
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-1
/
+1
*
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
1
-1
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-1
/
+1
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-3
/
+3
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-4
/
+2
*
Changes to sync with new toolchain:
Aaron Giles
2010-01-03
1
-1
/
+1
*
Explicitly sign-extend 32-bit indexes for load/loads/store on 64-bit
Aaron Giles
2009-12-30
1
-3
/
+26
*
Fix some errors the 4.4.3 compiler complains about in C++ mode.
Aaron Giles
2009-12-30
1
-8
/
+14
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-2
/
+2
*
Minor drc improvments:
Aaron Giles
2009-12-20
1
-2
/
+52
*
Enhanced the UML opcodes for LOAD, LOADS, and STORE to support
Aaron Giles
2009-12-13
1
-93
/
+99
*
Apparently Intel's fast reciprocal is too low-res compared to the PowerPC's
Aaron Giles
2009-07-16
1
-23
/
+80
*
Added FP registers to PPC debugger interface.
Aaron Giles
2009-07-16
1
-1
/
+1
*
Moved some of the CPU cores over to use get_safe_token like other devices.
Aaron Giles
2009-03-12
1
-7
/
+7
*
Cleaned up device and sound interfaces to match the CPU
Aaron Giles
2008-12-19
1
-1
/
+0
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-12
1
-2
/
+1
*
Removed memory context switch. Let the fun begin.
Aaron Giles
2008-11-24
1
-5
/
+5
*
Fix some missing "("s - Aaron, please check
Couriersud
2008-11-21
1
-6
/
+6
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-19
/
+15
*
Fixed drc-based games.
Aaron Giles
2008-11-20
1
-7
/
+7
*
Another big one.
Aaron Giles
2008-11-20
1
-24
/
+39
*
Fix compile error #2
Couriersud
2008-11-14
1
-2
/
+3
[next]