summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh2
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-137-8721/+0
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-293-21/+20
* please bear with me.. these are needed to compile in GCC 5.2 and I want mingw... Cowering2015-07-231-8/+20
* Added transfer size clear for DMAs, used by Chaos Seed in SS (still randomly ... angelosa2015-07-082-2/+3
* Added bread-and-butter DMA CH 0 for SH7032, used by Casio Loopy for RAM fill. angelosa2015-07-083-3/+79
* Added SH-2A flavour, which is SH-2 + SH7021 used by Casio Loopy. angelosa2015-07-083-4/+106
* Bulk replace, nw angelosa2015-07-073-12/+5
* Fixed accessing to internal map, might need another parameter for address cac... angelosa2015-07-071-10/+36
* Fixed number of address lines for SH-1 angelosa2015-07-072-5/+5
* Fixed SH-1 internal mem map, nw angelosa2015-07-072-9/+6
* First step in converting SH-2 to have separate internal devices. Fixed SH-1 n... angelosa2015-07-073-77/+25
* -core: Add MCFG_FORCE_NO_DRC. [MooglyGuy] therealmogminer@gmail.com2015-06-271-1/+1
* nw, add MCFG_FORCE_NO_DRC option, does not work for no apparent reason becaus... therealmogminer@gmail.com2015-06-272-4/+5
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-244-9/+21
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-132-4/+4
* changes for Juergen Buchmueller in core and credits for some files in mess(nw) Miodrag Milanovic2015-05-072-34/+4
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-074-0/+8
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-3/+3
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* 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