| Commit message (Expand) | Author | Age | Files | Lines |
| * | cpu/powerpc: More support for the 601's POWER/PPC dual nature, including seve... |  arbee | 2025-01-04 | 1 | -3/+45 |
| * | 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 | 1 | -1/+8 |
| * | Fixed several things using memset on non-trivial objects. |  Vas Crabb | 2024-10-28 | 1 | -1/+1 |
| * | cpu/powerpc: Fix QNan check (#12896) |  toxie | 2024-10-21 | 1 | -2/+1 |
| * | Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... |  arbee | 2023-06-03 | 1 | -3/+3 |
| * | powerpc: added 740 and 750 models to give the correct IDs. The 740/750 extend... |  arbee | 2023-05-01 | 1 | -0/+12 |
| * | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 1 | -29/+34 |
| * | cpu/powerpc/ppccom.cpp: Made PPC400 series external serial clock configurable... |  987123879113 | 2022-11-25 | 1 | -1/+8 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -8/+8 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -4/+4 |
| * | powerpc: add power family disassembly |  Patrick Mackinlay | 2021-10-25 | 1 | -0/+1 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -1/+0 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -6/+6 |
| * | drivers starting with c and d: completed read* and write* macros removal (nw) |  Ivan Vangelista | 2020-06-08 | 1 | -4/+4 |
| * | drivers starting with t, u, v, w, x: more macro removal + some others (nw) |  Ivan Vangelista | 2020-06-04 | 1 | -8/+8 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -9/+9 |
| * | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 1 | -2/+2 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -2/+8 |
| * | Make osd_printf_* use util/strformat semantics. |  Vas Crabb | 2019-09-26 | 1 | -2/+2 |
| * | Last round of macro removals before the freeze. (nw) |  mooglyguy | 2018-12-22 | 1 | -0/+49 |
| * | 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 | 1 | -5/+25 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -0/+4 |
| * | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -3/+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 | 1 | -2/+2 |
| * | Make UML shorthand a bit easier to use without using namespace everywhere, cl... |  Vas Crabb | 2018-03-23 | 1 | -1/+1 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -10/+10 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -9/+9 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -1/+1 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -5/+3 |
| * | Explicitly allow floating point values for state registers |  AJR | 2017-10-13 | 1 | -84/+8 |
| * | Temporarily remove floating-point state registration (nw) |  AJR | 2017-10-13 | 1 | -0/+2 |
| * | This is too contentious, please put it up for review |  Vas Crabb | 2017-08-01 | 1 | -4/+4 |
| * | Changes to debugger memory address translation |  AJR | 2017-08-01 | 1 | -4/+4 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -2/+2 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -1/+8 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -26/+26 |
| * | rand() corrections in src/devices/* (nw) |  hap | 2017-04-26 | 1 | -1/+1 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -10/+10 |
| * | first srcclean pass (nw) |  Vas Crabb | 2016-12-25 | 1 | -2/+2 |
| * | ppc: set DSISR to the DSI flags rather than the address on data access faults... |  arbee | 2016-12-20 | 1 | -0/+21 |
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -2/+2 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -12/+12 |
| * | Moved the declaration for ppc_dasm_one() to a header file |  Nathan Woods | 2016-11-16 | 1 | -1/+0 |
| * | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -26/+26 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -111/+111 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -0/+1 |