summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cop400/cop410.c
Commit message (Expand)AuthorAgeFilesLines
* COP400 cpu core refactoring: Curt Coder2009-01-121-514/+0
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-3/+3
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-12/+12
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-8/+8
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-1/+1
* More device normalization: Aaron Giles2008-12-161-1/+1
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-12/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-19/+19
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. Andrew Gardner2008-11-301-6/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-2/+2
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-2/+0
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Refactored the COP400 CPU cores to use the new memory functions. Curt Coder2008-11-191-0/+8
* Pointerized the COP400 CPU cores. Curt Coder2008-11-181-121/+90
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-19/+19
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-131-2/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-2/+2
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-14/+14
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-9/+9
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-0/+1
* [COP410] Enabled internal program map. Curt Coder2008-09-011-2/+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-261-3/+1
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-1/+1
* Used cpunum_ instead of active_cpu_. Curt Coder2008-06-041-1/+1
* - Added HALT opcode and halt mode to the COP410 Curt Coder2008-06-041-6/+42
* Cleanups for 0.125u3. Aaron Giles2008-05-291-1/+1
* Fixed COP420 instructions XAS and INIL. Fixed cycle count for extended opcode... Curt Coder2008-05-231-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-5/+5
* More COP400 fixes: Curt Coder2008-04-021-19/+29
* Reverted to old execute, new broke more than it fixed. Curt Coder2008-03-291-58/+51
* Rewrote the COP400 execute function. Curt Coder2008-03-291-51/+58
* - implemented interrupt Curt Coder2008-03-281-35/+129
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-02-031-1/+1
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-3/+3
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-1/+2
* Copyright cleanup: Aaron Giles2008-01-061-6/+11
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+392