| Commit message (Expand) | Author | Age | Files | Lines |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-12 | 1 | -3/+2 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 5 | -24/+0 |
* | Re-routed empty get/set context calls to the dummy CPU's, and removed them |  Aaron Giles | 2008-12-09 | 3 | -37/+6 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-07 | 1 | -1/+0 |
* | Pointer-ified the mips3drc. |  Aaron Giles | 2008-12-06 | 1 | -209/+231 |
* | activecpu_count -= 133 |  Aaron Giles | 2008-12-06 | 2 | -9/+9 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 2 | -26/+26 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 5 | -31/+31 |
* | Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. |  Andrew Gardner | 2008-11-30 | 2 | -12/+4 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -1/+1 |
* | Removed globals from cpuexec. |  Aaron Giles | 2008-11-25 | 1 | -1/+1 |
* | Cleanups and version bump for 0.128u4.mame0128u4 |  Aaron Giles | 2008-11-24 | 2 | -2/+2 |
* | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 3 | -14/+0 |
* | Removed NO_LEGACY_MEMORY_HANDLERS defines. |  Aaron Giles | 2008-11-24 | 2 | -2/+0 |
* | NEC core converted. |  Aaron Giles | 2008-11-22 | 1 | -7/+0 |
* | A few more conversions. |  Aaron Giles | 2008-11-22 | 4 | -403/+379 |
* | Debugger interfaces cleanup. Still more to do but this compiles and |  Aaron Giles | 2008-11-21 | 4 | -5/+5 |
* | changed bios call logging to read registers directly & all other accesses to ... |  smf- | 2008-11-20 | 2 | -13/+11 |
* | Memory banking now requires a machine object. This makes the memory |  Aaron Giles | 2008-11-20 | 1 | -1/+1 |
* | pedantic, probably should number from 1 instead of 0... |  smf- | 2008-11-20 | 1 | -6/+6 |
* | removed excessive casts and fixed mvmva bug introduced in last commit. |  smf- | 2008-11-20 | 1 | -236/+221 |
* | Another big one. |  Aaron Giles | 2008-11-20 | 3 | -6/+5 |
* | pointerified the psx cpu core & switched it to the new memory functions. Chan... |  smf- | 2008-11-19 | 5 | -1502/+1543 |
* | Generalized the concept of opbase access into "direct" access. |  Aaron Giles | 2008-11-17 | 4 | -7/+7 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 2 | -29/+29 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 2 | -11/+12 |
* | This patch replaces the Machine parameter where an running_machine * |  Aaron Giles | 2008-11-13 | 3 | -5/+4 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 4 | -10/+14 |
* | Added CPU device parameters to all CPU callbacks except for the |  Aaron Giles | 2008-11-10 | 1 | -21/+22 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 4 | -20/+22 |
* | Populated tag and static_config parts of fake CPU device. Removed 'config' |  Aaron Giles | 2008-11-09 | 5 | -41/+42 |
* | Cleanups/version bump.mame0128u3 |  Aaron Giles | 2008-11-09 | 1 | -3/+3 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-11-08 | 1 | -2/+2 |
* | Added macros for all CPU callbacks to ease future changes. |  Aaron Giles | 2008-11-08 | 7 | -103/+103 |
* | WARNING: This is a significant change. If you are risk-averse and |  Aaron Giles | 2008-11-06 | 6 | -127/+129 |
* | Pointer-ified the R3000 core. |  Aaron Giles | 2008-11-04 | 1 | -450/+468 |
* | Here's another MAME tidy patch. This one adds missing const/statics, |  Aaron Giles | 2008-11-02 | 1 | -2/+0 |
* | From Oliver Stoeneberg [oliverst@online.de] |  Aaron Giles | 2008-09-04 | 1 | -0/+1 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-08-19 | 1 | -1/+1 |
* | reverted unit mask changes and removed the unused & unsafe memory_install fun... |  smf- | 2008-08-18 | 1 | -3/+3 |
* | Added unit mask to all memory installs that override the bus width. You could... |  smf- | 2008-08-17 | 1 | -3/+3 |
* | structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... |  Derrick Renaud | 2008-08-12 | 6 | -10/+19 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-07-24 | 2 | -16/+6 |
* | Cleanups and version bump.mame0125u9 |  Aaron Giles | 2008-07-03 | 1 | -1/+1 |
* | Fixed LWXC1/LDXC1; corrects gauntleg camera. |  Aaron Giles | 2008-07-01 | 1 | -4/+4 |
* | MIPS recompiler: |  Aaron Giles | 2008-06-30 | 3 | -9/+20 |
* | Stash jump target address before executing delay slot. |  Aaron Giles | 2008-06-29 | 1 | -6/+11 |
* | Don't generate compare interrupts unless the compare register was written |  Aaron Giles | 2008-06-27 | 3 | -1/+3 |
* | Cleanups/version bump.mame0125u7 |  Aaron Giles | 2008-06-26 | 1 | -2/+2 |
* | Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER |  Aaron Giles | 2008-06-26 | 7 | -121/+87 |