| Commit message (Expand) | Author | Age | Files | Lines |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 2 | -6/+8 |
* | Moved some of the CPU cores over to use get_safe_token like other devices. |  Aaron Giles | 2009-03-12 | 1 | -14/+35 |
* | Modified the makefile to support experimental optional C++ |  Aaron Giles | 2009-02-28 | 2 | -4/+4 |
* | Cleanups and version bump.mame0129u1 |  Aaron Giles | 2009-01-15 | 2 | -40/+40 |
* | COP400 cpu core refactoring: |  Curt Coder | 2009-01-12 | 8 | -2544/+2114 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 3 | -9/+9 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 3 | -39/+39 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 3 | -29/+29 |
* | Removed index and clock parameters from CPU_INIT function. |  Aaron Giles | 2008-12-18 | 3 | -9/+9 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -0/+16 |
* | More device normalization: |  Aaron Giles | 2008-12-16 | 3 | -3/+3 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 3 | -6/+0 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 2 | -16/+0 |
* | Re-routed empty get/set context calls to the dummy CPU's, and removed them |  Aaron Giles | 2008-12-09 | 3 | -36/+6 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 3 | -69/+69 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 3 | -3/+3 |
* | Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. |  Andrew Gardner | 2008-11-30 | 3 | -18/+6 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 3 | -9/+9 |
* | Cleanups and version bump for 0.128u4.mame0128u4 |  Aaron Giles | 2008-11-24 | 4 | -10/+10 |
* | Removed NO_LEGACY_MEMORY_HANDLERS defines. |  Aaron Giles | 2008-11-24 | 3 | -6/+0 |
* | Debugger interfaces cleanup. Still more to do but this compiles and |  Aaron Giles | 2008-11-21 | 3 | -3/+3 |
* | Refactored the COP400 CPU cores to use the new memory functions. |  Curt Coder | 2008-11-19 | 5 | -14/+51 |
* | Pointerized the COP400 CPU cores. |  Curt Coder | 2008-11-18 | 8 | -621/+1680 |
* | Generalized the concept of opbase access into "direct" access. |  Aaron Giles | 2008-11-17 | 1 | -1/+1 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 2 | -44/+44 |
* | This patch replaces the Machine parameter where an running_machine * |  Aaron Giles | 2008-11-13 | 2 | -4/+2 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 3 | -10/+10 |
* | Populated tag and static_config parts of fake CPU device. Removed 'config' |  Aaron Giles | 2008-11-09 | 2 | -2/+2 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-11-08 | 2 | -8/+8 |
* | Added macros for all CPU callbacks to ease future changes. |  Aaron Giles | 2008-11-08 | 5 | -58/+58 |
* | WARNING: This is a significant change. If you are risk-averse and |  Aaron Giles | 2008-11-06 | 2 | -27/+27 |
* | From Oliver Stoeneberg [oliverst@online.de] |  Aaron Giles | 2008-09-04 | 2 | -0/+2 |
* | [COP410] Enabled internal program map. |  Curt Coder | 2008-09-01 | 1 | -2/+2 |
* | Final CPU header updates. Mostly just re-naming the re-inclusions. |  Derrick Renaud | 2008-08-13 | 1 | -1/+2 |
* | structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... |  Derrick Renaud | 2008-08-11 | 1 | -0/+2 |
* | Adding per-device and per-CPU validity checks |  Nathan Woods | 2008-07-06 | 1 | -0/+19 |
* | Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER |  Aaron Giles | 2008-06-26 | 3 | -8/+2 |
* | COP4xx: |  Curt Coder | 2008-06-16 | 1 | -1/+1 |
* | Cleanups and version bump.mame0125u5 |  Aaron Giles | 2008-06-12 | 1 | -2/+2 |
* | COP4xx: |  Curt Coder | 2008-06-12 | 3 | -27/+45 |
* | COP4xx: |  Curt Coder | 2008-06-11 | 1 | -2/+2 |
* | Cleanups/version bump.mame0125u4 |  Aaron Giles | 2008-06-05 | 4 | -37/+37 |
* | 01859: looping, loopinga, skybump: Fatal Error crash |  Aaron Giles | 2008-06-05 | 1 | -2/+10 |
* | Used cpunum_ instead of active_cpu_. |  Curt Coder | 2008-06-04 | 2 | -2/+2 |
* | - Added HALT opcode and halt mode to the COP410 |  Curt Coder | 2008-06-04 | 5 | -31/+319 |
* | Cleanups for 0.125u3. |  Aaron Giles | 2008-05-29 | 3 | -17/+17 |
* | Fixed COP420 instructions XAS and INIL. Fixed cycle count for extended opcode... |  Curt Coder | 2008-05-23 | 5 | -56/+86 |
* | Fixed COP420 instructions JSRP, LBI, LQID, and SKT. Draco now has sound. |  Curt Coder | 2008-05-22 | 3 | -26/+26 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-04-24 | 2 | -2/+0 |
* | Rewrote core memory handlers as inline functions. These should be easier to |  Aaron Giles | 2008-04-09 | 1 | -4/+4 |