| 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 | -1/+10 |
* | powerpc: 601 has POWER and PowerPC instructions, allow both in disassembly. [... |  arbee | 2024-12-29 | 1 | -0/+3 |
* | Fixed several things using memset on non-trivial objects. |  Vas Crabb | 2024-10-28 | 1 | -12/+22 |
* | 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 |
* | powerpc: added 740 and 750 models to give the correct IDs. The 740/750 extend... |  arbee | 2023-05-01 | 1 | -0/+13 |
* | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 1 | -2/+2 |
* | cpu/powerpc/ppccom.cpp: Made PPC400 series external serial clock configurable... |  987123879113 | 2022-11-25 | 1 | -0/+6 |
* | powerpc: add power family disassembly |  Patrick Mackinlay | 2021-10-25 | 1 | -0/+4 |
* | 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 | -6/+6 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -0/+2 |
* | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 1 | -2/+2 |
* | 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 | 1 | -2/+4 |
* | Last round of macro removals before the freeze. (nw) |  mooglyguy | 2018-12-22 | 1 | -0/+2 |
* | -arcadia, binbug, cd2650, cvs, dm7000, dolphunk, galaxia, hp48, instruct, kon... |  mooglyguy | 2018-12-15 | 1 | -4/+0 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -2/+3 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -0/+2 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -20/+20 |
* | modernise drcuml somewhat (nw) |  Vas Crabb | 2018-03-24 | 1 | -2/+2 |
* | Make UML shorthand a bit easier to use without using namespace everywhere, cl... |  Vas Crabb | 2018-03-23 | 1 | -8/+5 |
* | 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 | 1 | -0/+1 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -0/+1 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -1/+1 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -3/+1 |
* | This is too contentious, please put it up for review |  Vas Crabb | 2017-08-01 | 1 | -2/+2 |
* | Changes to debugger memory address translation |  AJR | 2017-08-01 | 1 | -2/+2 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -1/+1 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -2/+2 |
* | Fixed various issues that failed when compiling Vas' changes on MSVC |  Nathan Woods | 2017-05-14 | 1 | -3/+3 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -19/+18 |
* | ppc: set DSISR to the DSI flags rather than the address on data access faults... |  arbee | 2016-12-20 | 1 | -0/+1 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -1/+1 |
* | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -10/+10 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -210/+210 |
* | ppcdrc: map some FPU registers to physical registers (nw) |  Ville Linde | 2016-04-14 | 1 | -0/+2 |
* | Make generic VTLB implementation a modern device interface (nw) |  AJR | 2016-02-07 | 1 | -5/+2 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -14/+14 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -2/+2 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -2/+2 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -14/+14 |
* | Revert "remove const (nw)" |  Miodrag Milanovic | 2016-01-13 | 1 | -1/+1 |
* | remove const (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -1/+1 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -1/+1 |
* | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -3/+0 |
* | some handmade changes (nw) |  Miodrag Milanovic | 2015-12-21 | 1 | -2/+2 |
* | Removed dead PPC code (nw) |  Miodrag Milanovic | 2015-12-09 | 1 | -3/+0 |