summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh4
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1312-9665/+0
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-6/+6
* updating remaining for RB (nw) Miodrag Milanovic2015-05-2112-12/+12
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-3/+3
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-1310-20/+20
* update for Mariusz Wojcieszek (nw) Miodrag Milanovic2015-05-112-2/+2
* did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-092-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0712-0/+24
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-292-5/+5
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-35/+35
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-35/+35
* sh4 'fastram' - remembering why I didn't submit this, it seems ineffective (i... mamehaze2015-04-082-3/+142
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-3/+2
* sh4: fixed irqline usage in case of certain SH3 exceptions (nw) Oliver Stöneberg2014-08-071-2/+2
* sh4.c: Get rid of pointers to member functions (nw) Wilbert Pol2014-07-312-432/+942
* Cleanups and version bump Miodrag Milanovic2014-07-222-3/+1
* sh4: inlined some functions (nw) Wilbert Pol2014-07-091-6/+6
* sh4: Modernized cpu core (nw) Wilbert Pol2014-07-079-3014/+3480
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-1/+1
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-293-7/+7
* SH4 : Moved legacy handlers to member of cpu classes (nw) Miodrag Milanovic2014-04-285-41/+112
* removed assert from src/emu/cpu/sh4/sh4dmac.c and always set proper channel i... Oliver Stöneberg2014-04-021-1/+0
* added asserts for known index out-of-bounds accesses (nw) Oliver Stöneberg2014-03-081-0/+1
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-193-10/+5
* Fixed descriptions/shortnames to clarify endianness for SH-3/4 (nw) Scott Stone2014-01-151-5/+7
* Some useful fatalerrors Angelo Salese2013-09-161-0/+6
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-112-9/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1112-988/+980
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+6
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-172-8/+8
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-172-8/+8
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-081-4/+0
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-24/+24
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-102-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-4/+4
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* clean-ups and version bumpmame0143u9 Angelo Salese2011-10-271-2/+2
* Haze: clean up parameter naming on some opcodes in SH4 core, fixed tracing wh... Miodrag Milanovic2011-10-241-281/+281
* Clean-ups and version bumpmame0143u8 Angelo Salese2011-10-232-261/+261
* Haze: Some SH4 clean-ups after the earlier refactoring, should be no function... Miodrag Milanovic2011-10-191-351/+144
* Haze: Built a jump table for all opcodes, reducing it all to a single level ... Scott Stone2011-10-191-178/+146
* Haze: More sh4 optimizations (nw) Scott Stone2011-10-181-491/+442
* Haze: Continued the jump table optimizations on the sh4 (nw) Scott Stone2011-10-181-456/+431
* Haze: Using jump tables in the sh4 core is faster than the switch statements... Scott Stone2011-10-181-451/+512