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
/
drcfe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
attempt at fixing kinst DRC regression (nw)
Oliver Stöneberg
2014-11-18
1
-0
/
+1
*
fixed clang compilation of src/emu/cpu/drcfe.c (nw)
Oliver Stöneberg
2014-11-01
1
-1
/
+1
*
do not overwrite the opcode_desc.delay vptr in drc_frontend::describe_one() (nw)
Oliver Stöneberg
2014-11-01
1
-2
/
+11
*
added TODO (nw)
Oliver Stöneberg
2014-03-30
1
-0
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-2
/
+0
*
Another round of auto_alloc_array conversions.
Aaron Giles
2014-02-20
1
-1
/
+1
*
Removed some auto_mallocs in favor of dynamic_arrays.
Aaron Giles
2014-02-19
1
-4
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-10
/
+10
*
BIG update.
Aaron Giles
2011-03-29
1
-4
/
+4
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-2
/
+2
*
Cleanups and version bump.
mame0141u1
Aaron Giles
2011-01-24
1
-3
/
+3
*
C++-ified drcfe and the associated frontends. You now create a
Aaron Giles
2011-01-04
1
-307
/
+201
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-1
/
+1
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-1
/
+1
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
1
-2
/
+2
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-10
/
+8
*
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
-3
/
+1
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-7
/
+6
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-1
/
+1
*
MT02916
Aaron Giles
2009-07-20
1
-1
/
+1
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-5
/
+3
*
Moved some of the CPU cores over to use get_safe_token like other devices.
Aaron Giles
2009-03-12
1
-3
/
+3
*
Fixed bug that caused 64-bit PowerPC systems to fetch opcodes in the wrong or...
Aaron Giles
2009-03-07
1
-3
/
+0
*
DRC frontends must do their own opcode fetching unfortunately. Updated all
Aaron Giles
2009-01-18
1
-19
/
+0
*
Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE
Aaron Giles
2009-01-17
1
-5
/
+1
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
1
-1
/
+1
*
More device normalization:
Aaron Giles
2008-12-16
1
-1
/
+1
*
CPU_IS_LE -> ENDIANNESS_LITTLE
Aaron Giles
2008-12-04
1
-2
/
+2
*
change_pc? What change_pc?
Aaron Giles
2008-11-24
1
-1
/
+0
*
Removed NO_LEGACY_MEMORY_HANDLERS defines.
Aaron Giles
2008-11-24
1
-1
/
+0
*
Converted a bunch of CPU cores over to the new memory functions.
Aaron Giles
2008-11-22
1
-2
/
+3
*
Converted change_pc() into a no-op. Changed memory_set_direct_region() to
Aaron Giles
2008-11-19
1
-1
/
+1
*
Generalized the concept of opbase access into "direct" access.
Aaron Giles
2008-11-17
1
-2
/
+4
*
Added CPU device parameters to all CPU callbacks except for the
Aaron Giles
2008-11-10
1
-1
/
+3
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-6
/
+6
*
Populated tag and static_config parts of fake CPU device. Removed 'config'
Aaron Giles
2008-11-09
1
-0
/
+1
*
Fixed edge case in the DRC front-end that would incorrectly tag the
Aaron Giles
2008-07-13
1
-1
/
+5
*
Hornet driver:
Aaron Giles
2008-06-25
1
-5
/
+5
*
Cleanups and version bump.
mame0125u5
Aaron Giles
2008-06-12
1
-6
/
+6
*
x86/x64 back-ends:
Aaron Giles
2008-06-12
1
-8
/
+2
*
DRC frontend:
Aaron Giles
2008-06-10
1
-42
/
+35
*
PowerPC dynamic recompiler: [Aaron Giles]
Aaron Giles
2008-06-05
1
-2
/
+9
*
Cleanups for 0.125u3.
Aaron Giles
2008-05-29
1
-8
/
+8
*
Several miscellaneous changes:
Aaron Giles
2008-05-29
1
-3
/
+16
*
Fix crasher in drcfe.c.
Aaron Giles
2008-05-20
1
-3
/
+4
*
Numerous MIPS3 DRC updates:
Aaron Giles
2008-05-19
1
-5
/
+9
*
Added a quick & dirty attempt at implementing tlb_mismatch. It's likely wrong,
Aaron Giles
2008-05-16
1
-2
/
+2
[next]