summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drcfe.c
Commit message (Expand)AuthorAgeFilesLines
* attempt at fixing kinst DRC regression (nw) Oliver Stöneberg2014-11-181-0/+1
* fixed clang compilation of src/emu/cpu/drcfe.c (nw) Oliver Stöneberg2014-11-011-1/+1
* do not overwrite the opcode_desc.delay vptr in drc_frontend::describe_one() (nw) Oliver Stöneberg2014-11-011-2/+11
* added TODO (nw) Oliver Stöneberg2014-03-301-0/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+0
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-1/+1
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-191-4/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-10/+10
* BIG update. Aaron Giles2011-03-291-4/+4
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-3/+3
* C++-ified drcfe and the associated frontends. You now create a Aaron Giles2011-01-041-307/+201
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-10/+8
* 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-3/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-7/+6
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* MT02916 Aaron Giles2009-07-201-1/+1
* Bulk change alert. Aaron Giles2009-04-261-5/+3
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-3/+3
* Fixed bug that caused 64-bit PowerPC systems to fetch opcodes in the wrong or... Aaron Giles2009-03-071-3/+0
* DRC frontends must do their own opcode fetching unfortunately. Updated all Aaron Giles2009-01-181-19/+0
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-5/+1
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-1/+1
* More device normalization: Aaron Giles2008-12-161-1/+1
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-2/+2
* change_pc? What change_pc? Aaron Giles2008-11-241-1/+0
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* Converted a bunch of CPU cores over to the new memory functions. Aaron Giles2008-11-221-2/+3
* Converted change_pc() into a no-op. Changed memory_set_direct_region() to Aaron Giles2008-11-191-1/+1
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-2/+4
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-101-1/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-6/+6
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-0/+1
* Fixed edge case in the DRC front-end that would incorrectly tag the Aaron Giles2008-07-131-1/+5
* Hornet driver: Aaron Giles2008-06-251-5/+5
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-6/+6
* x86/x64 back-ends: Aaron Giles2008-06-121-8/+2
* DRC frontend: Aaron Giles2008-06-101-42/+35
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-2/+9
* Cleanups for 0.125u3. Aaron Giles2008-05-291-8/+8
* Several miscellaneous changes: Aaron Giles2008-05-291-3/+16
* Fix crasher in drcfe.c. Aaron Giles2008-05-201-3/+4
* Numerous MIPS3 DRC updates: Aaron Giles2008-05-191-5/+9
* Added a quick & dirty attempt at implementing tlb_mismatch. It's likely wrong, Aaron Giles2008-05-161-2/+2