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
/
drcbex86.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-6589
/
+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
/
+3
*
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
-1368
/
+1368
*
added missing \n to some fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-07
1
-3
/
+3
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-3
/
+5
*
BIG update.
Aaron Giles
2011-03-29
1
-2
/
+2
*
Cleanups and version bump.
mame0141u1
Aaron Giles
2011-01-24
1
-76
/
+76
*
Redo most of the DRC/backend support as C++
Aaron Giles
2011-01-17
1
-4242
/
+3779
*
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
-10
/
+10
*
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
-19
/
+24
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
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 OS X compiler warnings [Scott Michel]
R. Belmont
2010-02-14
1
-6
/
+6
*
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
*
Fix codegen bug that broke kinst.
Aaron Giles
2010-01-04
1
-6
/
+6
*
Changes to sync with new toolchain:
Aaron Giles
2010-01-03
1
-2
/
+1
*
Cleanups and version bump.
mame0136
Aaron Giles
2009-12-31
1
-4
/
+4
*
Fixed error in codegen for drol/dror opcodes in the x86 back-end.
Aaron Giles
2009-12-30
1
-23
/
+26
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-2
/
+2
*
Cleanups and version bump.
mame0135u4
Aaron Giles
2009-12-23
1
-6
/
+6
*
Minor drc improvments:
Aaron Giles
2009-12-20
1
-43
/
+248
*
Enhanced the UML opcodes for LOAD, LOADS, and STORE to support
Aaron Giles
2009-12-13
1
-86
/
+92
*
Added missing casts and made other tweaks. The entire project
Aaron Giles
2009-04-27
1
-0
/
+1
*
CPU cores now compile cleanly.
Aaron Giles
2009-03-15
1
-15
/
+23
*
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
-3
/
+2
*
Removed memory context switch. Let the fun begin.
Aaron Giles
2008-11-24
1
-1
/
+1
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-3
/
+5
*
Fixed drc-based games.
Aaron Giles
2008-11-20
1
-2
/
+2
*
Another big one.
Aaron Giles
2008-11-20
1
-35
/
+47
*
WARNING: this compiles, but not fully cleanly, and a number of drivers
Aaron Giles
2008-11-14
1
-18
/
+18
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-09-11
1
-2
/
+2
*
From Oliver Stoeneberg [oliverst@online.de]
Aaron Giles
2008-09-04
1
-0
/
+1
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-07-24
1
-7
/
+6
*
Fixed incorrect assumption in HASHJMP that the base table for a mode
Aaron Giles
2008-07-01
1
-1
/
+1
*
Cleanups/version bump.
mame0125u7
Aaron Giles
2008-06-26
1
-2
/
+2
[next]