summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcbex64.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-6711/+0
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-4/+4
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-2/+2
* added command-line option -[no]drc_log_native to control DRC native diassembl... Oliver Stöneberg2014-11-071-2/+5
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-3/+5
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* fixed drcbex{64|86}.c compilation (nw) Oliver Stöneberg2013-07-101-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1178/+1178
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-3/+3
* Fixing comments Nathan Woods2011-11-121-4/+4
* drcbex64: Fix op_debug implementation [O. Galibert] Olivier Galibert2011-05-031-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-2/+4
* BIG update. Aaron Giles2011-03-291-2/+2
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-1/+1
* drcbex64: fix compile on Apple GCC (no whatsnew) R. Belmont2011-02-051-2/+2
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-78/+78
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-4367/+3881
* C++-ified the DRC backend utility helpers. Aaron Giles2011-01-061-40/+34
* Convert drccache to C++ Aaron Giles2011-01-051-12/+12
* Improve TLB mismatch handling in PPC DRC, so that if we fill from Aaron Giles2011-01-051-2/+21
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-3/+2
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-1/+1
* Fix 64bit compile on linux 4.4.0 - no whatsnew Couriersud2010-06-081-1/+1
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-4/+2
* Changes to sync with new toolchain: Aaron Giles2010-01-031-1/+1
* Explicitly sign-extend 32-bit indexes for load/loads/store on 64-bit Aaron Giles2009-12-301-3/+26
* Fix some errors the 4.4.3 compiler complains about in C++ mode. Aaron Giles2009-12-301-8/+14
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Minor drc improvments: Aaron Giles2009-12-201-2/+52
* Enhanced the UML opcodes for LOAD, LOADS, and STORE to support Aaron Giles2009-12-131-93/+99
* Apparently Intel's fast reciprocal is too low-res compared to the PowerPC's Aaron Giles2009-07-161-23/+80
* Added FP registers to PPC debugger interface. Aaron Giles2009-07-161-1/+1
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-7/+7
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-1/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-2/+1
* Removed memory context switch. Let the fun begin. Aaron Giles2008-11-241-5/+5
* Fix some missing "("s - Aaron, please check Couriersud2008-11-211-6/+6
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-19/+15
* Fixed drc-based games. Aaron Giles2008-11-201-7/+7
* Another big one. Aaron Giles2008-11-201-24/+39
* Fix compile error #2 Couriersud2008-11-141-2/+3