summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh2
Commit message (Expand)AuthorAgeFilesLines
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-13/+13
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-7/+7
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-242-28/+28
* Simplified UML parameters, as follows: Aaron Giles2011-01-171-531/+531
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-172-303/+293
* Convert drccache to C++ Aaron Giles2011-01-052-7/+5
* Fixed debug compile (no whatsnew) Miodrag Milanovic2011-01-051-1/+1
* C++-ified drcfe and the associated frontends. You now create a Aaron Giles2011-01-043-386/+392
* running_device -> device_t Aaron Giles2010-12-315-14/+14
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-312-5/+5
* Cleanups and version bump. Aaron Giles2010-10-142-28/+28
* SH2: Further improvements to PC_relative loads in the delay slot. R. Belmont2010-10-071-5/+5
* SH2: fix PC relative MOV in delay slot R. Belmont2010-10-072-54/+68
* SH2DRC: Fix BSRF and JSR so delay slot insns can trash the calculated PR if t... R. Belmont2010-10-051-4/+6
* SH2: fix interpreter, runs fine again R. Belmont2010-10-051-2/+2
* Haze: Simplified VDP data reading to use read_word now that the RV bit of 32... Scott Stone2010-09-292-5/+60
* Fixed a SH-2 with TSTM opcode [R.Belmont] Angelo Salese2010-09-281-0/+1
* Implemented support for SH-2 cycle steal mode, used by Fever Soccer [David Ha... Angelo Salese2010-09-282-48/+29
* Haze: DMA fix to correct issues with Fever Soccer (no whatsnew) Scott Stone2010-09-271-6/+49
* Haze: not using the timers for the DMA causes issues in ST-V, I don't know ... Angelo Salese2010-09-271-1/+1
* Give an option of how to handle the DMA timing... with or without the MAME ti... Angelo Salese2010-09-264-7/+46
* Put the SH2 DMA on a timer. This is needed because Knuckles Chaotix on the 3... Angelo Salese2010-09-265-119/+265
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Of course not, OG. Phil Bennett2010-08-191-1/+0
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-194-5/+7
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-193-36/+36
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* 03755: soldivid: No music after loading savestate (or -autosave) [Phil Bennett] Phil Bennett2010-08-181-16/+36
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-44/+44
* Fix SH-2 interpreter [Atari Ace] R. Belmont2010-07-072-458/+480
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-036-115/+117
* Remove the following functions: Aaron Giles2010-07-011-2/+2
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-2/+2
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-173-6/+6
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-092-9/+4
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-083-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-084-15/+14
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-15/+15
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-212-21/+21
* 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