summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mips
Commit message (Expand)AuthorAgeFilesLines
* 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-115-24/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-093-37/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Pointer-ified the mips3drc. Aaron Giles2008-12-061-209/+231
* activecpu_count -= 133 Aaron Giles2008-12-062-9/+9
* Changed save state system to accept machine parameters where Aaron Giles2008-12-052-26/+26
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-045-31/+31
* Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. Andrew Gardner2008-11-302-12/+4
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Removed globals from cpuexec. Aaron Giles2008-11-251-1/+1
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-242-2/+2
* change_pc? What change_pc? Aaron Giles2008-11-243-14/+0
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-242-2/+0
* NEC core converted. Aaron Giles2008-11-221-7/+0
* A few more conversions. Aaron Giles2008-11-224-403/+379
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-214-5/+5
* changed bios call logging to read registers directly & all other accesses to ... smf-2008-11-202-13/+11
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* pedantic, probably should number from 1 instead of 0... smf-2008-11-201-6/+6
* removed excessive casts and fixed mvmva bug introduced in last commit. smf-2008-11-201-236/+221
* Another big one. Aaron Giles2008-11-203-6/+5
* pointerified the psx cpu core & switched it to the new memory functions. Chan... smf-2008-11-195-1502/+1543
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-174-7/+7
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-172-29/+29
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-142-11/+12
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-133-5/+4
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-134-10/+14
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-101-21/+22
* Major cpuintrf changes: Aaron Giles2008-11-104-20/+22
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-095-41/+42
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-091-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-2/+2
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-087-103/+103
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-066-127/+129
* Pointer-ified the R3000 core. Aaron Giles2008-11-041-450/+468
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-2/+0
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-0/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-08-191-1/+1
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-3/+3
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-3/+3
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-126-10/+19
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-242-16/+6
* 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-303-9/+20
* 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-273-1/+3
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-2/+2
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-267-121/+87