summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-45/+44
* rand() corrections in src/devices/* (nw) hap2017-04-261-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-10/+10
* ppcdrc.cpp: Clean up indentation of the previous commit. Maxim Poliakovski2016-12-291-3/+3
* ppcdrc.cpp: clear two LSBs of the branch target address. Maxim Poliakovski2016-12-291-2/+5
* first srcclean pass (nw) Vas Crabb2016-12-252-8/+8
* ppc: fix DSI flag bits [Vas Crabb, maximumspatium] Vas Crabb2016-12-221-9/+9
* ppc: set DSISR to the DSI flags rather than the address on data access faults... arbee2016-12-203-3/+45
* Removed 'ppc_dasm_one(std::string &string,...' declaration, and updated caller Nathan Woods2016-11-202-4/+4
* buffer.vec() ==> &buffer.vec()[0] Nathan Woods2016-11-201-1/+1
* Eliminated 'ppc_dasm_one(std::string &string,...' trampoline Nathan Woods2016-11-202-13/+8
* Changing the PowerPC DRC to not use static char buffers when disassembling Nathan Woods2016-11-203-8/+17
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-12/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-192-107/+107
* Changed the PowerPC disassembler to use 'std::ostream &' internally Nathan Woods2016-11-162-8/+18
* Moved the declaration for ppc_dasm_one() to a header file Nathan Woods2016-11-163-3/+2