| Commit message (Expand) | Author | Age | Files | Lines |
| * | sh/sh7604: hookup UBC BARA/BARB r/w |  angelosa | 2025-07-02 | 2 | -0/+90 |
| * | Fix for SH3/SH4 DRC regression in b26662f1bba6809df145d9e8b3f78f66e3a7c7db, w... |  smf- | 2025-05-07 | 1 | -1/+2 |
| * | simulate sh3 sci transmitter emptying, fixes https://github.com/mamedev/mame/... |  smf- | 2025-04-28 | 1 | -0/+5 |
| * | srcclean in preparation for release. |  Vas Crabb | 2025-04-27 | 2 | -18/+18 |
| * | check correct irr0 bits, after the register size was corrected in b26662f1bba... |  smf- | 2025-04-22 | 1 | -4/+4 |
| * | Implemented specific SH3/SH4 chips & pass the required endian into the constr... |  smf- | 2025-04-17 | 10 | -2066/+7423 |
| * | misc cpu: no need to check debug enabled flag manually |  hap | 2025-04-11 | 4 | -8/+8 |
| * | cpu/sh: Fixed order of operands in disassembly of MAC.L (fixes MT09114). |  Vas Crabb | 2025-02-16 | 1 | -1/+1 |
| * | Demote tautological-compare to a warning again. |  Vas Crabb | 2024-11-27 | 1 | -3/+3 |
| * | dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... |  Vas Crabb | 2024-11-27 | 6 | -23/+21 |
| * | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 2 | -0/+4 |
| * | sh_mtu: Add a forgotten update |  Olivier Galibert | 2024-10-29 | 1 | -0/+1 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 25 | -84/+84 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 2 | -2/+0 |
| * | sh: mtu fix |  Olivier Galibert | 2024-09-14 | 1 | -3/+3 |
| * | srcclean and cleanup |  Vas Crabb | 2024-05-26 | 3 | -42/+42 |
| * | psr540: Start adding the floppy |  Olivier Galibert | 2024-05-13 | 1 | -8/+9 |
| * | psr540: Fix midi, finish the screen mapping, add nvram |  Olivier Galibert | 2024-05-10 | 2 | -8/+1 |
| * | psr540: Stop the freezing by actually running the sci channels |  Olivier Galibert | 2024-05-05 | 1 | -0/+2 |
| * | hd44780: Simplify some code |  Olivier Galibert | 2024-05-05 | 1 | -2/+0 |
| * | sh7042: Add dmac, mtu, adc, intc, sci, bsc. Separate A and non-A |  Olivier Galibert | 2024-05-02 | 15 | -91/+2399 |
| * | srcclean and fix indentation in preparation for MAME 0.264 branch. |  Vas Crabb | 2024-03-24 | 5 | -6/+6 |
| * | sh7042: Start introducing the interrupts |  Olivier Galibert | 2024-03-18 | 4 | -4/+52 |
| * | Re-add the subcomponents to the swx00 and tweak the adc |  Olivier Galibert | 2024-03-05 | 1 | -1/+1 |
| * | Enhance the sh704x. MU128 MSTO, needs interrupts now. |  Olivier Galibert | 2024-03-03 | 10 | -47/+1301 |
| * | srcclean and manual cleanup in preparation for 0.263 release. |  Vas Crabb | 2024-02-25 | 2 | -2/+2 |
| * | vl1: Add a lot of stuff. Need to find where the MIDI data error is coming fr... |  Olivier Galibert | 2024-02-19 | 1 | -1/+8 |
| * | New machines marked as MACHINE_NOT_WORKING |  Olivier Galibert | 2024-02-18 | 4 | -141/+103 |
| * | mu5/15: split the lcd |  Olivier Galibert | 2024-02-10 | 5 | -1/+208 |
| * | New systems marked not working |  Ivan Vangelista | 2024-01-04 | 1 | -1/+1 |
| * | sh: start adding the sh7042 |  Olivier Galibert | 2023-12-17 | 2 | -0/+57 |
| * | sh: remove prefixes |  Olivier Galibert | 2023-12-17 | 6 | -204/+208 |
| * | cpu/sh/sh.cpp - Fix MAC_W regression |  Philip Bennett | 2023-10-17 | 1 | -2/+2 |
| * | cpu/sh: Improved SH7021 SoC emulation. (#11610) [Ryan Holtz, Phil Bennett] |  Phil Bennett | 2023-10-16 | 22 | -2196/+4594 |
| * | cpu/sh: Explicitly #include prefix header (fixes GitHub #11591). |  Vas Crabb | 2023-10-03 | 2 | -0/+2 |
| * | namco/namcos12.cpp: Emulated games with CDXA board. (#11558) |  987123879113 | 2023-09-22 | 14 | -0/+3165 |
| * | cpu/sh: Refactored SH-2 refactored code to separate onboard peripherals from ... |  987123879113 | 2023-08-27 | 15 | -2158/+2218 |
| * | -Lua engine: run everything in coroutines. (#11019) |  Vas Crabb | 2023-03-25 | 1 | -2/+1 |
| * | Interrupt callback rationalization |  AJR | 2023-03-11 | 2 | -7/+7 |
| * | coretmpl.h: Add utility function for sign-extending values of arbitrary width |  AJR | 2022-11-01 | 3 | -25/+23 |
| * | cpu/i960, cpu/sh: Use rotl_32 and rotr_32 for executing rotate instructions |  AJR | 2022-10-29 | 1 | -2/+2 |
| * | h8, sh2: Add exception hook calls |  AJR | 2022-09-23 | 1 | -0/+4 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -8/+8 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 7 | -9/+0 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -4/+4 |
| * | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -1/+1 |
| * | srcclean in preparation for 0.240 |  Vas Crabb | 2022-01-23 | 1 | -9/+9 |
| * | Fix several issues in DC-based HW (#9150) |  Angelo Salese | 2022-01-17 | 3 | -34/+29 |
| * | Make debugger 'out' command step over return delay slots on SH architectures |  AJR | 2021-09-22 | 1 | -4/+4 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 2 | -2/+2 |