summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-223-410/+410
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-227-436/+436
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-4/+4
* 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-312-2/+2
* 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: optimize (nw) Ville Linde2016-04-141-1/+4
* ppcdrc: map some FPU registers to physical registers (nw) Ville Linde2016-04-143-0/+45
* ppcdrc: use the new instructions for FPU loads and stores (nw) Ville Linde2016-04-071-32/+24
* ppcdrc: handle divide by zero (nw) Ville Linde2016-03-121-1/+13
* 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-073-25/+20
* reverting: Miodrag Milanovic2016-01-202-28/+28
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-162-28/+28
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-2/+2
* cleanup (nw) Miodrag Milanovic2015-12-262-4/+1
* some handmade changes (nw) Miodrag Milanovic2015-12-213-22/+18
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-8/+8
* Removed dead PPC code (nw) Miodrag Milanovic2015-12-0910-10977/+0
* override part 2 (nw) Miodrag Milanovic2015-12-051-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-043-60/+60
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-18/+18
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-086-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1316-0/+21714