summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/powerpc/ppc.h
Commit message (Expand)AuthorAgeFilesLines
* cpu/powerpc: More support for the 601's POWER/PPC dual nature, including seve... arbee2025-01-041-1/+10
* powerpc: 601 has POWER and PowerPC instructions, allow both in disassembly. [... arbee2024-12-291-0/+3
* Fixed several things using memset on non-trivial objects. Vas Crabb2024-10-281-12/+22
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-4/+4
* diexec: remove vestigal execute_input_lines() hap2024-09-181-8/+0
* powerpc: added 740 and 750 models to give the correct IDs. The 740/750 extend... arbee2023-05-011-0/+13
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-2/+2
* cpu/powerpc/ppccom.cpp: Made PPC400 series external serial clock configurable... 9871238791132022-11-251-0/+6
* powerpc: add power family disassembly Patrick Mackinlay2021-10-251-0/+4
* 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-6/+6
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-0/+2
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-311-2/+2
* 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-261-2/+4
* Last round of macro removals before the freeze. (nw) mooglyguy2018-12-221-0/+2
* -arcadia, binbug, cd2650, cvs, dm7000, dolphunk, galaxia, hp48, instruct, kon... mooglyguy2018-12-151-4/+0
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+3
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-0/+2
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-20/+20
* modernise drcuml somewhat (nw) Vas Crabb2018-03-241-2/+2
* Make UML shorthand a bit easier to use without using namespace everywhere, cl... Vas Crabb2018-03-231-8/+5
* 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-121-0/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-0/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+1
* This is too contentious, please put it up for review Vas Crabb2017-08-011-2/+2
* Changes to debugger memory address translation AJR2017-08-011-2/+2
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Fixed various issues that failed when compiling Vas' changes on MSVC Nathan Woods2017-05-141-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-19/+18
* ppc: set DSISR to the DSI flags rather than the address on data access faults... arbee2016-12-201-0/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-10/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-210/+210
* ppcdrc: map some FPU registers to physical registers (nw) Ville Linde2016-04-141-0/+2
* Make generic VTLB implementation a modern device interface (nw) AJR2016-02-071-5/+2
* reverting: Miodrag Milanovic2016-01-201-14/+14
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-14/+14
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-3/+0
* some handmade changes (nw) Miodrag Milanovic2015-12-211-2/+2
* Removed dead PPC code (nw) Miodrag Milanovic2015-12-091-3/+0