summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-111-1/+1
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-101-1/+0
|\
| * Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* | You know, if I'm nice enough to give you an accessor, please use it. Aaron Giles2021-04-241-2/+2
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-04-081-9/+22
|\|
| * 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
* | Use the device-provided timer_alloc instead of reaching around to the schedul... Aaron Giles2021-03-251-8/+8
|/
* 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
* Explicitly allow floating point values for state registers AJR2017-10-131-84/+8
* Temporarily remove floating-point state registration (nw) AJR2017-10-131-0/+2
* This is too contentious, please put it up for review Vas Crabb2017-08-013-7/+7
* Changes to debugger memory address translation AJR2017-08-013-7/+7
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-3/+10
* Fixed various issues that failed when compiling Vas' changes on MSVC Nathan Woods2017-05-141-3/+3