summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh2
Commit message (Expand)AuthorAgeFilesLines
* fix compile? (nw) mamehaze2015-01-251-3/+3
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-1/+1
* SH-2: added default SSR value, makes EGWord to boot [Angelo Salese] Scott Stone2014-12-151-2/+2
* SMPC: added crude repeat key support in keyboard handling, makes typing more ... Angelo Salese2014-12-141-1/+2
* added command-line option -[no]drc_log_native to control DRC native diassembl... Oliver Stöneberg2014-11-072-8/+4
* added command-line option -[no]drc_log_uml to control DRC UML disassembly log... Oliver Stöneberg2014-11-072-21/+20
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-9/+9
* Cleanups and version bump Miodrag Milanovic2014-07-223-13/+10
* sh2: fix and enable memory system bypass for SH-1 & SH-2 DRC. [R. Belmont] R. Belmont2014-07-041-6/+4
* fixed usage of uninitialized member in sh2_device (nw) Oliver Stöneberg2014-04-231-0/+1
* fixed sega saturn, broken since 29286. nw. Fabio Priuli2014-04-161-1/+1
* sh2: converted to use delegates, so to finally remove the remaining static va... Fabio Priuli2014-04-153-55/+53
* sh2.c: Modernised cpu core. [Wilbert Pol] Wilbert Pol2014-04-126-2942/+2770
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Some early work towards GMEN SH-2 part of Namco System 23, nw Angelo Salese2014-04-041-0/+12
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-194-26/+1
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1
* sh2: license tags for DRC (nw) R. Belmont2013-10-163-8/+7
* sh2: Show effective address in disassembly of PC-relative instructions [R. Be... R. Belmont2013-09-211-3/+3
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-173-6/+5
* Added command line option to force DRC C backend [Miodrag Milanovic] Miodrag Milanovic2013-08-271-3/+0
* Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option... Miodrag Milanovic2013-08-276-64/+56
* setname and description changes to DRC devices to indicate such is being used... Scott Stone2013-08-231-4/+4
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-232-0/+4
* SH-2 CPU core timing changes [notaz] Scott Stone2013-07-161-1/+2
* fix labelnum usage in SLEEP Michaël Banaan Ananas2013-04-021-23/+14
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-14/+14
* Fixed endianness Angelo Salese2013-03-051-3/+3
* (nw) R. Belmont2013-02-284-59/+130
* Fixed SLEEP opcode in non-DRC SH-2 [Angelo Salese] Angelo Salese2013-02-273-1/+11
* SH-2: watchdog i/f is quite exotic, implement it so it can be debugged properly Angelo Salese2013-02-202-0/+39
* Actually I think it's safer like this (otherwise you possibly miss an irq if ... Angelo Salese2013-02-181-2/+1
* Missed this one, nw Angelo Salese2013-02-181-0/+1
* Fixed SH-2 DMAC irqs, fixes at least hard-locking on Baroque [Angelo Salese] Angelo Salese2013-02-183-4/+12
* fixed src/emu/cpu/sh2/sh2.c compilation without USE_SH2DRC (nw) Oliver Stöneberg2013-02-111-4/+2
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-113-11/+11
* (nw) R. Belmont2013-02-011-55/+63
* Illegal opcode is the start of the undefined address Angelo Salese2013-01-291-2/+2
* Added illegal opcode handling for SH-2 CPU [Angelo Salese] Angelo Salese2013-01-291-49/+72
* Fix SH-2 non-DRC compile Angelo Salese2013-01-281-6/+6
* Some notes on SH-2 Cache functionality, nw Angelo Salese2013-01-221-6/+26
* output of new srcclean changes that are relatively small [smf] smf-2013-01-112-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-117-1327/+1325
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-172-7/+7
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-153-6/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1