summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh4fe.cpp
Commit message (Collapse)AuthorAgeFilesLines
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the ↵ Olivier Galibert2018-05-111-4/+4
| | | | 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]
* srcclean (nw) Vas Crabb2017-10-221-2/+2
|
* sh4fe: Don't inline virtual functions (nw) AJR2017-10-111-2/+2
|
* Preliminary SH3 / SH4 recompiler [David Haywood] (#2711) David Haywood2017-10-111-0/+317