summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcbex64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compile error Couriersud2008-11-141-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-2/+2
* Added missing include. Aaron Giles2008-09-041-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-10/+9
* Fixed incorrect assumption in HASHJMP that the base table for a mode Aaron Giles2008-07-011-1/+1
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-2/+2
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-9/+15
* 01886: gradius4: 3D gfx problem Aaron Giles2008-06-241-4/+10
* Fixed WRITEM opcode on 64-bit to call through memory instead of directly. Aaron Giles2008-06-241-3/+3
* UML: Aaron Giles2008-06-171-63/+133
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-8/+8