summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh4
Commit message (Expand)AuthorAgeFilesLines
* Added a preliminary implementation for the SLEEP opcode in SH-4 cpu. This fix... Angelo Salese2009-03-243-3/+16
* fatalerror if the SH4 mmu is turned on. davidhay2009-03-211-0/+6
* CPU cores now compile cleanly. Aaron Giles2009-03-152-11/+20
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-6/+15
* 02765: all naomi.c sets: Assertion Aaron Giles2008-12-262-4/+4
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-6/+6
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-11/+11
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-6/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* Fixed remaining crash regressions from recent changes. Aaron Giles2008-12-131-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-122-10/+8
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Here's the big one.... Aaron Giles2008-12-111-14/+0
* Fix compile error. Aaron Giles2008-12-101-2/+1
* Pointer-ified the sh4 core. Aaron Giles2008-12-104-2077/+2071
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-64/+64
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Removed more cpunum_get_active(). Aaron Giles2008-11-263-17/+17
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-263-7/+7
* Removed globals from cpuexec. Aaron Giles2008-11-251-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-242-6/+0
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-242-2/+0
* More memory conversions. Aaron Giles2008-11-233-35/+44
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-2/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-64/+64
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-142-6/+8
* 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-131-1/+2
* Removed save_device pattern if favor of just accepting the Aaron Giles2008-11-101-3/+1
* Major cpuintrf changes: Aaron Giles2008-11-102-22/+22
* 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-1/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-082-10/+10
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-063-11/+16
* SH4, Naomi, and Hikaru updates [Samuele Zannoli] R. Belmont2008-08-273-46/+48
* Split out SH-4 non-interpreter-specific stuff to sh4comn.c. R. Belmont2008-08-173-1424/+1470
* Another one... R. Belmont2008-08-141-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-141-102/+62
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-133-10/+16
* Cleanups. Aaron Giles2008-07-171-1/+1
* SH-4 update [Samuele Zannoli] R. Belmont2008-07-142-91/+127
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-262-30/+12
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-6/+6
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-03-191-35/+35
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-6/+6
* [SH4] Fixed refresh ticks value of 0, makes awbios not blow up the timer system. R. Belmont2008-02-291-2/+1
* Cleanups and version bump for 0.123u2.mame0123u2 Aaron Giles2008-02-211-25/+25