summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/powerpc/ppccom.cpp
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
* | 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-141-6/+6
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-4/+4
* drivers starting with t, u, v, w, x: more macro removal + some others (nw) Ivan Vangelista2020-06-041-8/+8
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-9/+9
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-311-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+8
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-2/+2
* Last round of macro removals before the freeze. (nw) mooglyguy2018-12-221-0/+49
* 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-111-5/+25
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-0/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-3/+4
* Reshuffle some stuff: Vas Crabb2018-03-281-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Make UML shorthand a bit easier to use without using namespace everywhere, cl... Vas Crabb2018-03-231-1/+1
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-10/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+9
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-5/+3
* 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-011-4/+4
* Changes to debugger memory address translation AJR2017-08-011-4/+4
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-26/+26
* rand() corrections in src/devices/* (nw) hap2017-04-261-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-10/+10
* first srcclean pass (nw) Vas Crabb2016-12-251-2/+2
* ppc: set DSISR to the DSI flags rather than the address on data access faults... arbee2016-12-201-0/+21
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-12/+12
* Moved the declaration for ppc_dasm_one() to a header file Nathan Woods2016-11-161-1/+0
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-26/+26
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-111/+111
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-1/+1
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* ppcdrc: map some FPU registers to physical registers (nw) Ville Linde2016-04-141-0/+14
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-32/+32
* Make generic VTLB implementation a modern device interface (nw) AJR2016-02-071-15/+13