summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cop400
Commit message (Expand)AuthorAgeFilesLines
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-1/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-4/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-0/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-27/+45
* Cleanups and version bump. Aaron Giles2010-06-171-8/+8
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-99/+120
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-30/+30
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* Within src/emu, basic conversions: Aaron Giles2010-01-121-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-104-5/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-225/+225
* looping: modified the cop420 rom region Roberto Zandona2009-08-092-4/+4
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-19/+19
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-5/+2
* 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