summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh
Commit message (Expand)AuthorAgeFilesLines
* sh/sh7604: hookup UBC BARA/BARB r/w angelosa2025-07-022-0/+90
* Fix for SH3/SH4 DRC regression in b26662f1bba6809df145d9e8b3f78f66e3a7c7db, w... smf-2025-05-071-1/+2
* simulate sh3 sci transmitter emptying, fixes https://github.com/mamedev/mame/... smf-2025-04-281-0/+5
* srcclean in preparation for release. Vas Crabb2025-04-272-18/+18
* check correct irr0 bits, after the register size was corrected in b26662f1bba... smf-2025-04-221-4/+4
* Implemented specific SH3/SH4 chips & pass the required endian into the constr... smf-2025-04-1710-2066/+7423
* misc cpu: no need to check debug enabled flag manually hap2025-04-114-8/+8
* cpu/sh: Fixed order of operands in disassembly of MAC.L (fixes MT09114). Vas Crabb2025-02-161-1/+1
* Demote tautological-compare to a warning again. Vas Crabb2024-11-271-3/+3
* dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... Vas Crabb2024-11-276-23/+21
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-172-0/+4
* sh_mtu: Add a forgotten update Olivier Galibert2024-10-291-0/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2725-84/+84
* diexec: remove vestigal execute_input_lines() hap2024-09-182-2/+0
* sh: mtu fix Olivier Galibert2024-09-141-3/+3
* srcclean and cleanup Vas Crabb2024-05-263-42/+42
* psr540: Start adding the floppy Olivier Galibert2024-05-131-8/+9
* psr540: Fix midi, finish the screen mapping, add nvram Olivier Galibert2024-05-102-8/+1
* psr540: Stop the freezing by actually running the sci channels Olivier Galibert2024-05-051-0/+2
* hd44780: Simplify some code Olivier Galibert2024-05-051-2/+0
* sh7042: Add dmac, mtu, adc, intc, sci, bsc. Separate A and non-A Olivier Galibert2024-05-0215-91/+2399
* 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