summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mips/mips3drc.c
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* BIG update. Aaron Giles2011-03-291-8/+8
* Simplified UML parameters, as follows: Aaron Giles2011-01-171-602/+602
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-474/+456
* Convert drccache to C++ Aaron Giles2011-01-051-6/+6
* C++-ified drcfe and the associated frontends. You now create a Aaron Giles2011-01-041-30/+48
* Include delay slots in checksum calculations. Aaron Giles2011-01-041-0/+8
* Fix case where branch delay slot straddles a page boundary and Aaron Giles2011-01-031-0/+5
* MIPS: make DRC selectable by #ifdef [R. Belmont] R. Belmont2011-01-011-2/+4
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-4/+4
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-17/+39
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-1/+1
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Minor drc improvments: Aaron Giles2009-12-201-20/+14
* Added new profiler bucket for DRC recompilation. Aaron Giles2009-12-191-0/+4
* Fix TLBMOD exceptions so they also properly set BadVAddr. Aaron Giles2009-11-181-1/+1
* Fix assertion in DRC. Aaron Giles2009-11-181-1/+4
* MIPS3 TLB fixes: Aaron Giles2009-11-161-6/+8
* Reverting bad fix Ryan Holtz2009-11-161-2/+1
* - Fixed Context usage and TLB exception vectors in the MIPS core [Harmony] Ryan Holtz2009-11-161-1/+2
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-33/+33
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-251-14/+0
* MIPS III: Update RA before executing the delay slot. R. Belmont2009-03-191-4/+4
* CPU cores now compile cleanly. Aaron Giles2009-03-151-18/+43
* Add specific support for NEC VR4300/4310 CPUs R. Belmont2009-03-141-0/+90
* Added function calls to replace the MIPS3 DRC's various CPU_SET_INFO Aaron Giles2009-03-071-20/+49
* DRC frontends must do their own opcode fetching unfortunately. Updated all Aaron Giles2009-01-181-20/+24
* 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-19/+19
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-14/+14
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-3/+2
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-18/+2
* Pointer-ified the mips3drc. Aaron Giles2008-12-061-209/+231
* activecpu_count -= 133 Aaron Giles2008-12-061-6/+6
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-12/+12
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Another big one. Aaron Giles2008-11-201-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2