summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcbex86.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-6589/+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/+3
* 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-1368/+1368
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-3/+3
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-3/+5
* BIG update. Aaron Giles2011-03-291-2/+2
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-76/+76
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-4242/+3779
* C++-ified the DRC backend utility helpers. Aaron Giles2011-01-061-40/+34
* Convert drccache to C++ Aaron Giles2011-01-051-10/+10
* 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-19/+24
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-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 OS X compiler warnings [Scott Michel] R. Belmont2010-02-141-6/+6
* 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
* Fix codegen bug that broke kinst. Aaron Giles2010-01-041-6/+6
* Changes to sync with new toolchain: Aaron Giles2010-01-031-2/+1
* Cleanups and version bump.mame0136 Aaron Giles2009-12-311-4/+4
* Fixed error in codegen for drol/dror opcodes in the x86 back-end. Aaron Giles2009-12-301-23/+26
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-6/+6
* Minor drc improvments: Aaron Giles2009-12-201-43/+248
* Enhanced the UML opcodes for LOAD, LOADS, and STORE to support Aaron Giles2009-12-131-86/+92
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-0/+1
* CPU cores now compile cleanly. Aaron Giles2009-03-151-15/+23
* 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-3/+2
* Removed memory context switch. Let the fun begin. Aaron Giles2008-11-241-1/+1
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-3/+5
* Fixed drc-based games. Aaron Giles2008-11-201-2/+2
* Another big one. Aaron Giles2008-11-201-35/+47
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-18/+18
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-2/+2
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-7/+6
* 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