summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* ppc: Implemented PPC403 DMA chaining [Ville Linde] Ville Linde2012-09-023-91/+198
* PowerPC: fix CMP/CMPI instructions; they were behaving as CMPL/CMPLI and gene... R. Belmont2012-08-191-2/+2
* PPC: fix SRAW behavior with C backend. x86/x64 BEs need work to pass. [R. Be... R. Belmont2012-08-171-15/+29
* ppc: Added callbacks for buffered external DMAs. [Ville Linde] Ville Linde2012-07-303-1/+125
* Clean-ups and version bump Miodrag Milanovic2012-07-301-4/+4
* ppc: Better fix for dword aligned 64-bit accesses. (nw) Ville Linde2012-07-261-11/+18
* ppc: Changed cap flags to UINT32 for future additions. (nw) Ville Linde2012-07-253-5/+6
* ppc: Exposed segment registers to the debugger. Ville Linde2012-07-252-1/+69
* ppc: Added optional callback for explicit data cache stores. Ville Linde2012-07-254-0/+35
* ppcdrc.c: Split up dword-aligned 64-bit accesses to 32-bits. (nw) Ville Linde2012-07-231-0/+24
* ppcfe.c: PPC4xx supports EIEIO. (nw) Ville Linde2012-07-111-1/+1