summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh
Commit message (Expand)AuthorAgeFilesLines
* fix(sh7604): fix three register access bugs (#15101) JOTEGO2026-03-141-3/+3
* sh/sh7709s.cpp: Fix LRU cache replacement updates (#15098) Jesus Ramos2026-03-141-2/+2
* sh/sh7709s.cpp: Update bank conflict precharge penalty timing (#15087) Jesus Ramos2026-03-122-12/+28
* sh/sh7709s.cpp: Convert the cpu cycles to bus cycles properly (#15078) Jesus Ramos2026-03-102-76/+47
* sh/sh7709s.cpp: Fix bug in DRC memory accessor using clobbered IO reg (#15074) Jesus Ramos2026-03-081-11/+22
* Missing emu.h Olivier Galibert2026-03-081-0/+1
* cpu/sh: Add cv1k SH7709S cache handling behavior for slowdown emulation (#15054) Jesus Ramos2026-03-074-38/+618
* cpu/sharc: Implemented a bit more functionality and fixed bugs: Vas Crabb2026-03-071-0/+2
* More stuff mostly related to recompiling CPUs: Vas Crabb2026-03-064-94/+94
* -cpu/e132xs: Log analysed instructions in UML log when using recompiler. Vas Crabb2026-03-054-67/+75
* Allow recompiling CPU cores to define their own opcode descriptions. Vas Crabb2026-03-0213-500/+673
* cpu/drccache.cpp: Defer allocating to start, allow forcing W^X mode. (#14760) Vas Crabb2026-01-042-19/+28
* cpu/sh/sh7604.cpp: fix BCR1/BCR2 and VCRDIV accessing angelosa2025-11-161-4/+25
* srcclean and cleanup Vas Crabb2025-07-271-5/+5
* 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