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