summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh2
Commit message (Expand)AuthorAgeFilesLines
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-185-15/+15
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-107-20/+20
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-284-105/+105
* Added new profiler bucket for DRC recompilation. Aaron Giles2009-12-191-0/+4
* > -----Original Message----- Aaron Giles2009-10-034-8/+3
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-223-14/+10
* Attempt to define an I64FMT string that can be used for printf'ing 64-bit Aaron Giles2009-08-191-1/+1
* Revert last check-in, I just realized that was actually correct (doh). R. Belmont2009-08-121-31/+31
* SH2DRC: Fixed output register marking errors R. Belmont2009-08-121-31/+31
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-082-14/+14
* Bulk change alert. Aaron Giles2009-04-262-3/+2
* 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