summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcuml.h
Commit message (Expand)AuthorAgeFilesLines
* Be consistent about template argument naming. Aaron Giles2011-04-301-2/+2
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* drcuml: fix compile on systems that use the C backend [R. Belmont] R. Belmont2011-02-051-0/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-7/+7
* Move memory accessors into the near cache for x64. Aaron Giles2011-01-171-1/+1
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-472/+208
* Convert drccache to C++ Aaron Giles2011-01-051-2/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* 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-1/+0
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Enhanced the UML opcodes for LOAD, LOADS, and STORE to support Aaron Giles2009-12-131-0/+22
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-1/+1
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-0/+1
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-2/+2
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-1/+1
* UML: Aaron Giles2008-06-061-2/+8
* UML: Aaron Giles2008-06-061-1/+1
* UML: Aaron Giles2008-06-061-0/+1
* UML: Aaron Giles2008-06-061-5/+5
* UML: Aaron Giles2008-06-061-0/+3
* UML changes: Aaron Giles2008-06-061-21/+46
* Separated condflags into two individual fields. Aaron Giles2008-06-051-6/+7
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-56/+52
* Several miscellaneous changes: Aaron Giles2008-05-291-0/+2
* Cleanups and version bump. Aaron Giles2008-05-221-1/+1
* UML changes: Aaron Giles2008-05-221-0/+3
* Added back-end validation mechanism, and a handful of tests as examples. Aaron Giles2008-05-191-0/+54
* New universal dynamic recompiler system. The central module Aaron Giles2008-05-111-0/+418