summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mips/mips3drc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-14/+14
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-35/+35
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-44/+44
* Cleanups and version bump.mame0125u9 Aaron Giles2008-07-031-1/+1
* Fixed LWXC1/LDXC1; corrects gauntleg camera. Aaron Giles2008-07-011-4/+4
* MIPS recompiler: Aaron Giles2008-06-301-8/+15
* Stash jump target address before executing delay slot. Aaron Giles2008-06-291-6/+11
* Don't generate compare interrupts unless the compare register was written Aaron Giles2008-06-271-0/+1
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-96/+81
* Fixed compile where DEBUG=1 and DEBUGGER=0. R. Belmont2008-06-231-1/+1
* 01900: All sets in kinst.c: Mass coin input disables dipswitch access, and th... Aaron Giles2008-06-221-1/+1
* Cleanups and version bump.mame0125u6 Aaron Giles2008-06-171-1/+1
* Created common virtual TLB managment module. Aaron Giles2008-06-161-25/+21