summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh4.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implemented specific SH3/SH4 chips & pass the required endian into the constr... smf-2025-04-171-235/+1788
* misc cpu: no need to check debug enabled flag manually hap2025-04-111-5/+5
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+3
* cpu/sh: Improved SH7021 SoC emulation. (#11610) [Ryan Holtz, Phil Bennett] Phil Bennett2023-10-161-324/+412
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-4/+4
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Fix several issues in DC-based HW (#9150) Angelo Salese2022-01-171-3/+3
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+1
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-12/+12
* sh4.cpp: disable timers at reset (nw) yz70s2020-01-141-0/+14
* sh2.cpp/sh4.cpp: Don't emit fast RAM accesses when the debugger is enabled [P... Philip Bennett2019-09-241-45/+48
* -sh2, sh4, sat_ctrl: Removed MCFG, nw mooglyguy2018-12-091-10/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6
* sh4drc: optimize FPU CMP instructions (nw) arbee2018-05-161-20/+8
* sh4drc: fix SR damage in new CMP implementations (nw) arbee2018-05-151-4/+12
* sh4drc: remove remaining CALLC from FRCHG (nw) arbee2018-05-151-5/+13
* sh4drc: optimized some of the previously implemented UML (nw) arbee2018-05-141-23/+11
* sh4drc: UML implementations of FSTS, FLOAT, FTRC, FNEG, FABS, FSCHG, and FRCH... arbee2018-05-141-46/+76
* sh4drc: UML implementations of FLDI0, FLDI1, FCMP_EQ, and FCMP_GT [R. Belmont] arbee2018-05-131-28/+54
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-8/+38
* srcclean (nw) Vas Crabb2018-04-221-8/+8
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-21/+24
* sh4drc: 8 more UML conversions (nw) arbee2018-04-151-50/+9
* sh4drc: UML version of FMAC, fixed possible error in previous FPU conversion ... arbee2018-04-151-67/+67
* sh4drc: 3 more trivial UML conversions (nw) arbee2018-04-151-21/+6
* sh4drc: UML implementations of FADD, FSUB, FMUL, and FDIV. [R. Belmont] arbee2018-04-141-277/+301
* Reshuffle some stuff: Vas Crabb2018-03-281-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-103/+96
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+5
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-25/+3
* srcclean (nw) Vas Crabb2017-11-261-1/+1
* SH3/4 drc: reset drc cache MetalliC2017-11-241-0/+1
* some SH3/4 recompiler changes that got lost at some point (nw) (#2767) David Haywood2017-11-011-4/+13
* srcclean (nw) Vas Crabb2017-10-221-75/+75
* fix an error that was preventing dc from booting (my own mistake, was testing... David Haywood2017-10-171-4/+5
* Preliminary SH3 / SH4 recompiler [David Haywood] (#2711) David Haywood2017-10-111-2944/+2110
* use 'sh' instead of 'superh' David Haywood2017-10-021-0/+4743