summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh2
Commit message (Expand)AuthorAgeFilesLines
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-122-24/+34
* Moved SH2 set info functions to direct calls. Aaron Giles2009-03-035-59/+55
* Small bugfix for an SH-2 logging message. Angelo Salese2009-02-081-1/+1
* 02897: soldivid: Audio regression (David Haywood) Angelo Salese2009-02-041-4/+1
* DRC frontends must do their own opcode fetching unfortunately. Updated all Aaron Giles2009-01-183-43/+38
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-142-240/+1
* PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] Aaron Giles2008-12-313-6/+6
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-2/+2
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-202-21/+21
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-192-15/+15
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-184-4/+4
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-172-1/+5
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-5/+5
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-2/+1
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-112-18/+0
* Here's the big one.... Aaron Giles2008-12-111-11/+0
* Pointer-ified the sh2drc. Aaron Giles2008-12-104-301/+303
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-072-2/+0
* activecpu_count -= 133 Aaron Giles2008-12-061-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-24/+24
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-042-2/+2
* Removed more cpunum_get_active(). Aaron Giles2008-11-264-17/+17
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+3
* Removed globals from cpuexec. Aaron Giles2008-11-251-2/+2
* change_pc? What change_pc? Aaron Giles2008-11-243-8/+0
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-243-3/+0
* Removed cpu_num info from SH2 in favor of just keeping the device object. Aaron Giles2008-11-244-24/+19
* Removed memory context switch. Let the fun begin. Aaron Giles2008-11-241-1/+1
* More memory conversions. Aaron Giles2008-11-234-44/+49
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-212-2/+2
* Another big one. Aaron Giles2008-11-201-1/+1
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-3/+3
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-24/+24
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-143-11/+13
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-131-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-132-2/+5
* Removed save_device pattern if favor of just accepting the Aaron Giles2008-11-102-6/+2
* Major cpuintrf changes: Aaron Giles2008-11-103-24/+24
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-094-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-1/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-083-22/+22
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-064-28/+36
* Removed per-game hacks from CPS3 (moved to DMA callback in SH2 core) davidhay2008-10-184-7/+47
* Cleanups and version bump.mame0127u8 Aaron Giles2008-10-132-2/+2
* Fix Mantis #02211 R. Belmont2008-10-123-9/+39
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-2/+2
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-08-191-2/+2
* SH-2 DRC updates: R. Belmont2008-08-162-73/+253