| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -4/+4 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 2 | -1/+2 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 10 | -241/+241 |
| * | finished removing read* and write* macros from the mame part of the tree. the... |  Ivan Vangelista | 2020-06-16 | 2 | -12/+12 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 4 | -18/+23 |
| * | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 2 | -28/+28 |
| * | remove unnecessary SuperH 3/4 timers restarts |  MetalliC | 2020-02-25 | 1 | -34/+32 |
| * | srcclean, manual adjustments (nw) |  Vas Crabb | 2020-01-26 | 1 | -1/+1 |
| * | sh4.cpp: disable timers at reset (nw) |  yz70s | 2020-01-14 | 1 | -0/+14 |
| * | sh3: handle INTEVT register |  MetalliC | 2019-12-22 | 3 | -27/+35 |
| * | cpu\sh2: initialize stuff (nw) |  Ivan Vangelista | 2019-12-14 | 2 | -55/+57 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 2 | -9/+9 |
| * | sh2: implement watchdog timer |  MetalliC | 2019-11-07 | 3 | -1/+58 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -21/+9 |
| * | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 3 | -8/+8 |
| * | sh2.cpp/sh4.cpp: Don't emit fast RAM accesses when the debugger is enabled [P... |  Philip Bennett | 2019-09-24 | 2 | -88/+94 |
| * | SH2 clock multiplier docs |  MetalliC | 2019-08-29 | 3 | -8/+21 |
| * | srcclean (nw) |  Vas Crabb | 2019-06-23 | 3 | -48/+48 |
| * | mega32x.cpp: refactor and convert read/write handlers to 16-bit space [Angelo... |  Angelo Salese | 2019-06-22 | 2 | -7/+7 |
| * | sh2.cpp: first pass over SH7604 SoC refactoring [Angelo Salese] |  Angelo Salese | 2019-06-21 | 4 | -419/+1012 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -1/+1 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -1/+1 |