summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean-ups and version bump Miodrag Milanovic2012-05-212-2/+2
* Cleanup (no whatsnew) Miodrag Milanovic2012-05-133-10/+10
* Added PPC405GP to PPC cpu core [Lukasz Markowski] Miodrag Milanovic2012-05-125-6/+136
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-104-5/+5
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Clean-ups and version bumpmame0145u5 Angelo Salese2012-03-251-1/+1
* PowerPC: Improve corner case behavior of SLW/SRW [R. Belmont] R. Belmont2012-03-111-6/+35
* PowerPC: all integer divide instructions now 100% pass PPCTorture [R. Belmont] R. Belmont2012-03-111-10/+41
* More flags work (nw) R. Belmont2012-03-111-6/+8
* PowerPC: further DIVW improvements [R. Belmont] R. Belmont2012-03-111-7/+8
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-2/+2
* PowerPC: Corrected DIVW divide-by-zero crashes, flags, and corner-case result... R. Belmont2012-03-111-3/+37
* PowerPC: properly mirror SO bit from XER into CR0 [R. Belmont] R. Belmont2012-03-041-4/+8
* Enabled MMU on MPC8240. (nw) Ville Linde2012-02-251-1/+1
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Cleanups and version bumpmame0143u2 Angelo Salese2011-07-261-1/+1
* ppc: Implemented correct BATs for 601 and memory-forced I/O controller interf... R. Belmont2011-07-183-18/+74
* Fix compile/linking issue (no whatsnew) Miodrag Milanovic2011-05-301-4/+0
* More GCC 4.6 fixes (no whatsnew) R. Belmont2011-05-301-1/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-272-7/+7
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-293-19/+19
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-275-33/+33
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-24/+24