summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: added 740 and 750 models to give the correct IDs. The 740/750 extend... arbee2023-05-013-1/+26
* powerpc: Minor disassembly improvements AJR2023-03-302-5/+17
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-2/+1
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-184-36/+41
* cpu/powerpc/ppccom.cpp: Made PPC400 series external serial clock configurable... 9871238791132022-11-252-1/+14
* powerpc: Add debugging flags to disassembly for simplified forms of branch in... AJR2022-06-282-6/+29
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-8/+8
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-0/+4
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-4/+4
* powerpc: reduce enum scope Patrick Mackinlay2021-10-262-6/+7
* powerpc: add power family disassembly Patrick Mackinlay2021-10-255-262/+368
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* ppc: better lswx/stsxw fix Olivier Galibert2021-03-261-6/+10
* ppc: Fix uml for stswx, lswx Olivier Galibert2021-03-261-2/+2
* ppc: fix mmu/exceptions debug messages Olivier Galibert2021-03-261-3/+12
* ppc: Fix mcrxr uml Olivier Galibert2021-03-261-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-142-12/+12
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+3
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-082-8/+8
* drivers starting with t, u, v, w, x: more macro removal + some others (nw) Ivan Vangelista2020-06-042-14/+14
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-9/+11
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-312-4/+4
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-6/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-4/+12
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-2/+2
* ppcdrc.cpp: Fixed debug flag test causing fast RAM accesses to be erroneously... Philip Bennett2019-09-241-1/+1
* srcclean (nw) Vas Crabb2018-12-232-5/+5
* Last round of macro removals before the freeze. (nw) mooglyguy2018-12-225-2/+93
* -arcadia, binbug, cd2650, cvs, dm7000, dolphunk, galaxia, hp48, instruct, kon... mooglyguy2018-12-151-4/+0
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-114-12/+33
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-0/+6
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-3/+4
* restore RAM default fill (nw) Vas Crabb2018-04-031-3/+3
* hopefully purge references to emu_fatalerror from ppc_dasm.o (nw) Vas Crabb2018-04-012-7/+4
* Reshuffle some stuff: Vas Crabb2018-03-281-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-253-105/+92
* modernise drcuml somewhat (nw) Vas Crabb2018-03-242-66/+66
* Make UML shorthand a bit easier to use without using namespace everywhere, cl... Vas Crabb2018-03-235-139/+131
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-10/+10
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-9/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-0/+1
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-265-465/+439
* Attempt at fixing PPC DRC scheduling bug (MT #6615) AJR2017-11-181-5/+5