| Commit message (Expand) | Author | Age | Files | Lines |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 5 | -87/+129 |
* | Improved implementations for undocumented instructions 63, 67, 6f, 73, 77, 7b... |  Wilbert Pol | 2009-01-17 | 2 | -10/+82 |
* | PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] |  Aaron Giles | 2008-12-31 | 5 | -28/+28 |
* | 02714: 3stooges: Speech works for a while, then starts going in and out of ho... |  Aaron Giles | 2008-12-31 | 1 | -1/+4 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 4 | -42/+42 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 4 | -46/+46 |
* | Removed index and clock parameters from CPU_INIT function. |  Aaron Giles | 2008-12-18 | 1 | -7/+7 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 4 | -0/+12 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 4 | -8/+0 |
* | Enabled all CPU cores/variants. Fixed compile issue revealed as a result. |  Aaron Giles | 2008-12-10 | 1 | -1/+1 |
* | Completed pointer-izing the 6502 cores. Removed h6280 SET_CONTEXT calls. |  Aaron Giles | 2008-12-09 | 3 | -68/+10 |
* | Re-routed empty get/set context calls to the dummy CPU's, and removed them |  Aaron Giles | 2008-12-09 | 1 | -6/+2 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-07 | 4 | -4/+0 |
* | 02638: various cpu cores don't compile anymore |  Aaron Giles | 2008-12-06 | 1 | -1/+0 |
* | activecpu_count -= 133 |  Aaron Giles | 2008-12-06 | 1 | -16/+16 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -13/+13 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 4 | -4/+4 |
* | Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. |  Andrew Gardner | 2008-11-30 | 1 | -6/+2 |
* | Removed cpunum_get_active() calls from a number of CPU cores. |  Aaron Giles | 2008-11-26 | 19 | -751/+744 |
* | Cleanups and version bump for 0.128u4.mame0128u4 |  Aaron Giles | 2008-11-24 | 1 | -1/+1 |
* | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 12 | -94/+22 |
* | Removed NO_LEGACY_MEMORY_HANDLERS defines. |  Aaron Giles | 2008-11-24 | 4 | -5/+0 |
* | More conversions, plus tested CPU cores that were previously disabled. |  Aaron Giles | 2008-11-22 | 3 | -91/+95 |
* | More conversion to the new memory functions. |  Aaron Giles | 2008-11-22 | 11 | -69/+87 |
* | Debugger interfaces cleanup. Still more to do but this compiles and |  Aaron Giles | 2008-11-21 | 4 | -6/+6 |
* | Fixed GCC compile errors in h6280 and m6509. |  R. Belmont | 2008-11-19 | 1 | -5/+4 |
* | Generalized the concept of opbase access into "direct" access. |  Aaron Giles | 2008-11-17 | 6 | -14/+14 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -13/+13 |
* | Terminology cleanup. "Machine" handlers are now "space" handlers. |  Aaron Giles | 2008-11-15 | 4 | -16/+16 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 3 | -2/+6 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 2 | -2/+2 |
* | Added CPU device parameters to all CPU callbacks except for the |  Aaron Giles | 2008-11-10 | 4 | -15/+15 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 7 | -50/+50 |
* | Populated tag and static_config parts of fake CPU device. Removed 'config' |  Aaron Giles | 2008-11-09 | 1 | -7/+7 |
* | Cleanups/version bump.mame0128u3 |  Aaron Giles | 2008-11-09 | 4 | -41/+41 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-11-08 | 3 | -3/+3 |
* | Added macros for all CPU callbacks to ease future changes. |  Aaron Giles | 2008-11-08 | 9 | -90/+90 |
* | "Pointer"-ified the 6502 |  Couriersud | 2008-11-07 | 17 | -612/+700 |
* | WARNING: This is a significant change. If you are risk-averse and |  Aaron Giles | 2008-11-06 | 4 | -72/+80 |
* | [Pugsy] |  Aaron Giles | 2008-11-02 | 1 | -31/+31 |
* | From: Phill Harvey-Smith [mailto:afra@aurigae.demon.co.uk] |  Aaron Giles | 2008-10-23 | 2 | -1/+10 |
* | From Oliver Stoeneberg [oliverst@online.de] |  Aaron Giles | 2008-09-04 | 4 | -0/+4 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-08-28 | 1 | -0/+1 |
* | fix TSY instruction in M4510 cpu (used in MESS) |  Roberto Zandona | 2008-08-25 | 2 | -3/+2 |
* | some fix for m4510 core |  Roberto Zandona | 2008-08-24 | 4 | -43/+39 |
* | some fix for m4510 core: |  Roberto Zandona | 2008-08-23 | 2 | -4/+4 |
* | Final CPU header updates. Mostly just re-naming the re-inclusions. |  Derrick Renaud | 2008-08-13 | 12 | -62/+9 |
* | structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... |  Derrick Renaud | 2008-08-12 | 13 | -24/+80 |
* | Changes to avoid collisions with system globals on OpenSolaris. (qmc2) |  R. Belmont | 2008-08-06 | 2 | -0/+6 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-06-26 | 2 | -2/+0 |