summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh_fe.cpp
Commit message (Collapse)AuthorAgeFilesLines
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-1/+1
| | | | | | | * Updated sol2 to 3.2.2 * Updated pugixml to 1.10 * Increased minimum clang version to 6 * Cleaned up some stuff that can use new features
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the ↵ Olivier Galibert2018-05-111-1/+1
| | | | template on more information (data width, endianness) to make it possible to turn it into an handler cache eventually, and not just a memory block cache. Make it capable of large and unaligned accesses. [O. Galibert]
* Preliminary SH3 / SH4 recompiler [David Haywood] (#2711) David Haywood2017-10-111-0/+772