summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean and fix indentation in preparation for MAME 0.264 branch. Vas Crabb2024-03-245-6/+6
* sh7042: Start introducing the interrupts Olivier Galibert2024-03-184-4/+52
* Re-add the subcomponents to the swx00 and tweak the adc Olivier Galibert2024-03-051-1/+1
* Enhance the sh704x. MU128 MSTO, needs interrupts now. Olivier Galibert2024-03-0310-47/+1301
* srcclean and manual cleanup in preparation for 0.263 release. Vas Crabb2024-02-252-2/+2
* vl1: Add a lot of stuff. Need to find where the MIDI data error is coming fr... Olivier Galibert2024-02-191-1/+8
* New machines marked as MACHINE_NOT_WORKING Olivier Galibert2024-02-184-141/+103
* mu5/15: split the lcd Olivier Galibert2024-02-105-1/+208
* New systems marked not working Ivan Vangelista2024-01-041-1/+1
* sh: start adding the sh7042 Olivier Galibert2023-12-172-0/+57
* sh: remove prefixes Olivier Galibert2023-12-176-204/+208
* 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-1622-2196/+4594
* cpu/sh: Explicitly #include prefix header (fixes GitHub #11591). Vas Crabb2023-10-032-0/+2
* namco/namcos12.cpp: Emulated games with CDXA board. (#11558) 9871238791132023-09-2214-0/+3165
* cpu/sh: Refactored SH-2 refactored code to separate onboard peripherals from ... 9871238791132023-08-2715-2158/+2218
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-2/+1
* Interrupt callback rationalization AJR2023-03-112-7/+7
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-013-25/+23
* cpu/i960, cpu/sh: Use rotl_32 and rotr_32 for executing rotate instructions AJR2022-10-291-2/+2
* h8, sh2: Add exception hook calls AJR2022-09-231-0/+4
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-8/+8
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-067-9/+0
* Debugger feature improvements AJR2022-03-271-4/+4
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-1/+1
* srcclean in preparation for 0.240 Vas Crabb2022-01-231-9/+9
* Fix several issues in DC-based HW (#9150) Angelo Salese2022-01-173-34/+29
* Make debugger 'out' command step over return delay slots on SH architectures AJR2021-09-221-4/+4
* Debugger-related feature removals and cleanup AJR2021-08-152-2/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-4/+4
* -Switch to building MAME as C++17. Vas Crabb2020-11-152-1/+2
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-1810-241/+241
* finished removing read* and write* macros from the mame part of the tree. the... Ivan Vangelista2020-06-162-12/+12
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-254-18/+23
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-312-28/+28
* remove unnecessary SuperH 3/4 timers restarts MetalliC2020-02-251-34/+32
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-1/+1
* sh4.cpp: disable timers at reset (nw) yz70s2020-01-141-0/+14
* sh3: handle INTEVT register MetalliC2019-12-223-27/+35
* cpu\sh2: initialize stuff (nw) Ivan Vangelista2019-12-142-55/+57
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-9/+9
* sh2: implement watchdog timer MetalliC2019-11-073-1/+58
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-21/+9
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-103-8/+8
* sh2.cpp/sh4.cpp: Don't emit fast RAM accesses when the debugger is enabled [P... Philip Bennett2019-09-242-88/+94
* SH2 clock multiplier docs MetalliC2019-08-293-8/+21
* srcclean (nw) Vas Crabb2019-06-233-48/+48
* mega32x.cpp: refactor and convert read/write handlers to 16-bit space [Angelo... Angelo Salese2019-06-222-7/+7
* sh2.cpp: first pass over SH7604 SoC refactoring [Angelo Salese] Angelo Salese2019-06-214-419/+1012
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1