summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1316-21714/+0
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-1/+1
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-242-5/+5
* Simple LTO warning fixes (Part2) (nw) Cowering2015-05-261-5/+5
* Removed all uses of setjmp.h in MAME. The only place where couriersud2015-05-172-0/+7
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-1311-12/+22
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-076-0/+12
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-34/+34
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-34/+34
* oops (nw) Olivier Galibert2015-01-251-2/+2
* fixed unterminated strings in powerpc debugger (nw) Oliver Stöneberg2015-01-241-0/+2
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-1/+1
* added command-line option -[no]drc_log_native to control DRC native diassembl... Oliver Stöneberg2014-11-073-6/+2
* added command-line option -[no]drc_log_uml to control DRC UML disassembly log... Oliver Stöneberg2014-11-073-9/+6
* fix line endings, hopefully (nw) cracyc2014-10-252-155/+155
* ppc: converted remaining callbacks to delegates (nw) Osso2014-10-252-170/+155
* powerpc: fix unaligned 64-bit accesses (nw) Ville Linde2014-10-011-0/+2
* powerpc: Fixed wrong condition register in stwcx. (nw) Ville Linde2014-09-281-1/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-4/+0
* fix Miodrag Milanovic2014-07-221-3/+3
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-4/+4
* Cleanups and version bump Miodrag Milanovic2014-07-222-4/+2
* powerpc: Modernised cpu core (nw) Wilbert Pol2014-06-307-3138/+2931
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-294-5/+5
* did same for PPC (nw) Miodrag Milanovic2014-04-284-15/+92
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-164-28/+28
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* using delegates instead of read/write_device_func in ppc core (nw) Miodrag Milanovic2014-04-013-11/+30
* ppc *.c -> *.inc renaming Oliver Stöneberg2014-03-196-5/+5
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+4
* ppccom.c - Fix and simplify PPC4xx DMA interrupt logic. Fixes goal animations... Phil Bennett2013-11-012-24/+24
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-165-70/+10
* Added command line option to force DRC C backend [Miodrag Milanovic] Miodrag Milanovic2013-08-271-3/+0
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-233-0/+19
* output of new srcclean changes that are relatively small [smf] smf-2013-01-115-30/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1116-4714/+4709
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-192-8/+8
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-174-56/+56
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-172-3/+3
* Final round of struct/union/enum normalization. Aaron Giles2012-09-162-4/+3
* Enum and union normalization. Aaron Giles2012-09-161-4/+4
* Pass 2 of struct modernization. Aaron Giles2012-09-152-12/+12
* First pass at modernizing struct definitions. Aaron Giles2012-09-153-12/+6
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-079-37/+37
* PowerPC: 100% pass of integer portion of PPCTorture on all DRC backends. [R. ... R. Belmont2012-09-071-4/+37
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-033-62/+62
* PowerPC: Fixed 601-type BAT processing [R. Belmont] R. Belmont2012-09-031-5/+5