summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcuml.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-24/+24
* Move memory accessors into the near cache for x64. Aaron Giles2011-01-171-1/+3
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-1846/+549
* Convert drccache to C++ Aaron Giles2011-01-051-12/+12
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-8/+8
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-13/+6
* Enhanced the UML opcodes for LOAD, LOADS, and STORE to support Aaron Giles2009-12-131-7/+19
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-14/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-12/+12
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-2/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-5/+1
* Cleanups and version bump.mame0125u6 Aaron Giles2008-06-171-4/+4
* UML: Aaron Giles2008-06-171-79/+222
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-85/+85
* 64-bit GCC compile fixes. R. Belmont2008-06-081-1/+1
* gticlub: Aaron Giles2008-06-071-1/+1
* UML: Aaron Giles2008-06-061-13/+102
* UML: Aaron Giles2008-06-061-18/+109
* UML: Aaron Giles2008-06-061-28/+508
* UML: Aaron Giles2008-06-061-0/+1
* UML: Aaron Giles2008-06-061-12/+69
* UML: Aaron Giles2008-06-061-77/+228
* UML changes: Aaron Giles2008-06-061-192/+254
* Separated condflags into two individual fields. Aaron Giles2008-06-051-108/+111
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-5/+5
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-57/+25
* Cleanups for 0.125u3. Aaron Giles2008-05-291-6/+6
* Several miscellaneous changes: Aaron Giles2008-05-291-0/+8
* Added new front-end flag to tag privileged instructions. Aaron Giles2008-05-251-0/+2
* Cleanups and version bump. Aaron Giles2008-05-221-45/+45
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* UML changes: Aaron Giles2008-05-221-6/+3
* Fixed compiler warning for Apple GCC. R. Belmont2008-05-191-1/+1
* Added back-end validation mechanism, and a handful of tests as examples. Aaron Giles2008-05-191-117/+669
* Cleanups and version bump.mame0125u1 Aaron Giles2008-05-151-30/+30
* New universal dynamic recompiler system. The central module Aaron Giles2008-05-111-0/+858