| Commit message (Expand) | Author | Age | Files | Lines |
* | CPU cores are now enabled on a per cpu core family basis instead of per cpu c... |  Wilbert Pol | 2009-03-25 | 4 | -74/+0 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 2 | -24/+37 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -21/+21 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -16/+16 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -23/+23 |
* | Removed index and clock parameters from CPU_INIT function. |  Aaron Giles | 2008-12-18 | 1 | -3/+3 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -1/+8 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -2/+0 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -4/+0 |
* | Re-routed empty get/set context calls to the dummy CPU's, and removed them |  Aaron Giles | 2008-12-09 | 1 | -62/+24 |
* | [M6800] Removed the extraneous cpu_pop_context(). |  Curt Coder | 2008-12-08 | 1 | -1/+0 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-07 | 1 | -1/+0 |
* | m68_state -> cpustate |  Aaron Giles | 2008-12-05 | 3 | -1814/+1814 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -41/+41 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 1 | -1/+1 |
* | Removed cpunum_get_active() calls from a number of CPU cores. |  Aaron Giles | 2008-11-26 | 1 | -18/+18 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -6/+6 |
* | Cleanups and version bump for 0.128u4.mame0128u4 |  Aaron Giles | 2008-11-24 | 3 | -122/+122 |
* | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 2 | -16/+4 |
* | Removed NO_LEGACY_MEMORY_HANDLERS defines. |  Aaron Giles | 2008-11-24 | 1 | -2/+0 |
* | Debugger interfaces cleanup. Still more to do but this compiles and |  Aaron Giles | 2008-11-21 | 1 | -5/+5 |
* | Switched m68000 core to new memory functions |  Couriersud | 2008-11-19 | 2 | -57/+98 |
* | Add proper cpu_push_context to callbacks in m6800.c |  Couriersud | 2008-11-17 | 1 | -16/+11 |
* | Generalized the concept of opbase access into "direct" access. |  Aaron Giles | 2008-11-17 | 1 | -2/+2 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -49/+49 |
* | Const-ified the return from cpu_get_address_space. |  Aaron Giles | 2008-11-15 | 1 | -10/+10 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -10/+10 |
* | Pointer-ified the 6800, 6809 and hd6309 cpu cores |  Couriersud | 2008-11-14 | 4 | -2261/+2534 |
* | This patch replaces the Machine parameter where an running_machine * |  Aaron Giles | 2008-11-13 | 1 | -4/+4 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -21/+21 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-11-08 | 1 | -1/+1 |
* | Added macros for all CPU callbacks to ease future changes. |  Aaron Giles | 2008-11-08 | 3 | -47/+47 |
* | WARNING: This is a significant change. If you are risk-averse and |  Aaron Giles | 2008-11-06 | 2 | -422/+422 |
* | From Oliver Stoeneberg [oliverst@online.de] |  Aaron Giles | 2008-09-04 | 1 | -0/+1 |
* | Final CPU header updates. Mostly just re-naming the re-inclusions. |  Derrick Renaud | 2008-08-13 | 2 | -3/+6 |
* | structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... |  Derrick Renaud | 2008-08-12 | 1 | -3/+5 |
* | Changes to avoid collisions with system globals on OpenSolaris. (qmc2) |  R. Belmont | 2008-08-06 | 1 | -0/+3 |
* | Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER |  Aaron Giles | 2008-06-26 | 2 | -21/+5 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-04-24 | 1 | -3/+2 |
* | Rewrote core memory handlers as inline functions. These should be easier to |  Aaron Giles | 2008-04-09 | 2 | -34/+34 |
* | WIP check-in. Things work now, but I'm still working on the code. |  Aaron Giles | 2008-03-09 | 1 | -1/+1 |
* | Added running_machine * parameter to the front of all read/write handlers. |  Aaron Giles | 2008-03-05 | 1 | -2/+2 |
* | Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). |  Aaron Giles | 2008-02-06 | 1 | -2/+2 |
* | Changed debugger-related code to be based off a new makefile define (DEBUGGER... |  Aaron Giles | 2008-02-02 | 2 | -20/+20 |
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see b... |  Zsolt Vasvari | 2008-01-25 | 1 | -0/+1 |
* | Added internal divider on m680* series CPUs (except the original m6800). |  Aaron Giles | 2008-01-17 | 1 | -0/+12 |
* | Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. |  Aaron Giles | 2008-01-14 | 1 | -0/+1 |
* | (From Atari Ace) |  Aaron Giles | 2007-12-31 | 1 | -5/+1 |
* | Changes for MAME 0.121u3.mame0121u3 |  Aaron Giles | 2007-12-17 | 2 | -6/+6 |
* | Changes for MAME 0.121u2.mame0121u2 |  Aaron Giles | 2007-12-17 | 2 | -7/+9 |