| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
| * | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -3/+4 |
| * | restore RAM default fill (nw) |  Vas Crabb | 2018-04-03 | 1 | -3/+3 |
| * | hopefully purge references to emu_fatalerror from ppc_dasm.o (nw) |  Vas Crabb | 2018-04-01 | 2 | -7/+4 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -1/+1 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 3 | -105/+92 |
| * | modernise drcuml somewhat (nw) |  Vas Crabb | 2018-03-24 | 2 | -66/+66 |
| * | Make UML shorthand a bit easier to use without using namespace everywhere, cl... |  Vas Crabb | 2018-03-23 | 5 | -139/+131 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -10/+10 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -3/+3 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -9/+10 |