| Commit message (Expand) | Author | Age | Files | Lines |
| * | misc cpu: no need to check debug enabled flag manually |  hap | 2025-04-11 | 1 | -2/+2 |
| * | cpu/powerpc: Fixed issues in POWER div (signed divide) instruction causing Gi... |  Vas Crabb | 2025-04-08 | 1 | -5/+10 |
| * | -cpu/drcbearm64.cpp: More fixes and optimisations: |  Vas Crabb | 2025-03-14 | 1 | -15/+13 |
| * | cpu/powerpc: More support for the 601's POWER/PPC dual nature, including seve... |  arbee | 2025-01-04 | 5 | -9/+306 |
| * | powerpc: And strip the debug info. [R. Belmont] |  arbee | 2024-12-29 | 1 | -1/+0 |
| * | powerpc: 601 has POWER and PowerPC instructions, allow both in disassembly. [... |  arbee | 2024-12-29 | 3 | -4/+14 |
| * | Fixed various recompiler issues and added functionality: (#13108) |  987123879113 | 2024-12-29 | 1 | -1/+3 |
| * | Fixed several things using memset on non-trivial objects. |  Vas Crabb | 2024-10-28 | 2 | -13/+23 |
| * | cpu/powerpc: Fix QNan check (#12896) |  toxie | 2024-10-21 | 1 | -2/+1 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -4/+4 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -8/+0 |
| * | cpu/powerpc: Don't generalte illegal instruction exception for lmw invalid fo... |  987123879113 | 2023-11-23 | 2 | -30/+9 |
| * | powerpc: Use util::sext for sign extension in disassembler |  AJR | 2023-11-09 | 1 | -8/+4 |
| * | -cpu/powerpc: Don't overwrite RA in lmw instruction. (#11512) |  987123879113 | 2023-08-28 | 2 | -7/+35 |
| * | Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... |  arbee | 2023-06-03 | 2 | -5/+5 |
| * | srcclean in preparation for MAME 0.255 branch |  Vas Crabb | 2023-05-28 | 1 | -1/+1 |
| * | powerpc: added 740 and 750 models to give the correct IDs. The 740/750 extend... |  arbee | 2023-05-01 | 3 | -1/+26 |
| * | powerpc: Minor disassembly improvements |  AJR | 2023-03-30 | 2 | -5/+17 |
| * | -Lua engine: run everything in coroutines. (#11019) |  Vas Crabb | 2023-03-25 | 1 | -2/+1 |
| * | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 4 | -36/+41 |
| * | cpu/powerpc/ppccom.cpp: Made PPC400 series external serial clock configurable... |  987123879113 | 2022-11-25 | 2 | -1/+14 |
| * | powerpc: Add debugging flags to disassembly for simplified forms of branch in... |  AJR | 2022-06-28 | 2 | -6/+29 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -8/+8 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+0 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -0/+4 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -4/+4 |
| * | powerpc: reduce enum scope |  Patrick Mackinlay | 2021-10-26 | 2 | -6/+7 |
| * | powerpc: add power family disassembly |  Patrick Mackinlay | 2021-10-25 | 5 | -262/+368 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -1/+0 |
| * | ppc: better lswx/stsxw fix |  Olivier Galibert | 2021-03-26 | 1 | -6/+10 |
| * | ppc: Fix uml for stswx, lswx |  Olivier Galibert | 2021-03-26 | 1 | -2/+2 |
| * | ppc: fix mmu/exceptions debug messages |  Olivier Galibert | 2021-03-26 | 1 | -3/+12 |
| * | ppc: Fix mcrxr uml |  Olivier Galibert | 2021-03-26 | 1 | -1/+1 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 2 | -12/+12 |
| * | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -0/+3 |
| * | drivers starting with c and d: completed read* and write* macros removal (nw) |  Ivan Vangelista | 2020-06-08 | 2 | -8/+8 |
| * | drivers starting with t, u, v, w, x: more macro removal + some others (nw) |  Ivan Vangelista | 2020-06-04 | 2 | -14/+14 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -9/+11 |
| * | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 2 | -4/+4 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -6/+6 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -4/+12 |
| * | Make osd_printf_* use util/strformat semantics. |  Vas Crabb | 2019-09-26 | 1 | -2/+2 |
| * | ppcdrc.cpp: Fixed debug flag test causing fast RAM accesses to be erroneously... |  Philip Bennett | 2019-09-24 | 1 | -1/+1 |
| * | srcclean (nw) |  Vas Crabb | 2018-12-23 | 2 | -5/+5 |
| * | Last round of macro removals before the freeze. (nw) |  mooglyguy | 2018-12-22 | 5 | -2/+93 |
| * | -arcadia, binbug, cd2650, cvs, dm7000, dolphunk, galaxia, hp48, instruct, kon... |  mooglyguy | 2018-12-15 | 1 | -4/+0 |
| * | Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) |  AJR | 2018-11-05 | 1 | -1/+1 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -1/+1 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 4 | -12/+33 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -0/+6 |