summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcbex64.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/x64 back-ends: Aaron Giles2008-06-121-25/+26
* Thayer's Quest: Aaron Giles2008-06-111-0/+6
* x86/x64 back-ends: Aaron Giles2008-06-091-0/+8
* Fixed bug in x86 and x64 backends where sometimes the flags would be corrupted. Aaron Giles2008-06-081-59/+62
* 64-bit GCC compile fixes. R. Belmont2008-06-081-1/+2
* gticlub: Aaron Giles2008-06-071-3/+7
* UML: Aaron Giles2008-06-061-1/+1
* UML: Aaron Giles2008-06-061-1/+1
* UML: Aaron Giles2008-06-061-249/+16
* UML: Aaron Giles2008-06-061-0/+13
* UML: Aaron Giles2008-06-061-2/+1
* UML changes: Aaron Giles2008-06-061-4/+4
* Separated condflags into two individual fields. Aaron Giles2008-06-051-211/+295
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-24/+24
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-1633/+730
* 64-bit compile fix (d'oh!) Aaron Giles2008-05-291-4/+4
* Cleanups for 0.125u3. Aaron Giles2008-05-291-3/+3
* Several miscellaneous changes: Aaron Giles2008-05-291-0/+124
* Cleanups and version bump. Aaron Giles2008-05-221-13/+13
* UML changes: Aaron Giles2008-05-221-34/+224
* Added back-end validation mechanism, and a handful of tests as examples. Aaron Giles2008-05-191-13/+169
* Added support for ROUNDSS and ROUNDSD on Penryn architectures. Aaron Giles2008-05-171-218/+121
* As if Intel didn't already have enough opcodes. Added defines for new Aaron Giles2008-05-161-0/+2
* Cleanups and version bump.mame0125u1 Aaron Giles2008-05-151-192/+192
* Removed unused functions. Aaron Giles2008-05-151-72/+3
* Fixed unused function and uninitialized variable errors. R. Belmont2008-05-121-6/+12
* Fix incorrect assertion. Aaron Giles2008-05-121-13/+7
* Potential fix for Linux crashes. Aaron Giles2008-05-121-2/+2
* Fixed a bunch of compiler errors w/64-bit GCC. Result does not run. R. Belmont2008-05-121-6/+12
* New universal dynamic recompiler system. The central module Aaron Giles2008-05-111-0/+7680