summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh.cpp
Commit message (Expand)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap2025-04-111-1/+1
* cpu/sh/sh.cpp - Fix MAC_W regression Philip Bennett2023-10-171-2/+2
* cpu/sh: Improved SH7021 SoC emulation. (#11610) [Ryan Holtz, Phil Bennett] Phil Bennett2023-10-161-789/+704
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-2/+1
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-011-14/+14
* cpu/i960, cpu/sh: Use rotl_32 and rotr_32 for executing rotate instructions AJR2022-10-291-2/+2
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-4/+4
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-11/+3
* Reshuffle some stuff: Vas Crabb2018-03-281-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-153/+137
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-2/+7
* add missing emu.h (nw) smf-2017-10-221-0/+1
* srcclean (nw) Vas Crabb2017-10-221-4/+4
* fix an error that was preventing dc from booting (my own mistake, was testing... David Haywood2017-10-171-2/+3
* Preliminary SH3 / SH4 recompiler [David Haywood] (#2711) David Haywood2017-10-111-0/+4315