summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh4dmac.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implemented specific SH3/SH4 chips & pass the required endian into the ↵ smf-5 days1-123/+207
| | | | constructor, SH4 internal registers now work when using big endian. The debugger is now aware that the SH3/SH4 has an MMU. [smf]
* cpu/sh: Improved SH7021 SoC emulation. (#11610) [Ryan Holtz, Phil Bennett] Phil Bennett2023-10-161-93/+97
| | | | | * Added (rudimentary) SH7021 DMA, timers and GPIO, and logging for the rest. * Fixed SH2 NMIs occurring in a delay slot when using the interpreter. * Generally cleaned up code and renamed functions/macros/variables more conventionally.
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
|
* Preliminary SH3 / SH4 recompiler [David Haywood] (#2711) David Haywood2017-10-111-6/+6
|
* use 'sh' instead of 'superh' David Haywood2017-10-021-0/+666