summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/powerpc/ppc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-18/+18
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+811