summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cop400/cop440.c
Commit message (Expand)AuthorAgeFilesLines
* 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-25/+25
* 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-4/+4
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-5/+5
* 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-1/+10
* Pointerized the COP400 CPU cores. Curt Coder2008-11-181-0/+690