summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc/ppcdrc.c
Commit message (Expand)AuthorAgeFilesLines
* oops (nw) Olivier Galibert2015-01-251-2/+2
* added command-line option -[no]drc_log_native to control DRC native diassembl... Oliver Stöneberg2014-11-071-2/+2
* added command-line option -[no]drc_log_uml to control DRC UML disassembly log... Oliver Stöneberg2014-11-071-6/+6
* 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
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+0
* powerpc: Modernised cpu core (nw) Wilbert Pol2014-06-301-1761/+852
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-1/+1
* did same for PPC (nw) Miodrag Milanovic2014-04-281-3/+25
* ppccom.c - Fix and simplify PPC4xx DMA interrupt logic. Fixes goal animations... Phil Bennett2013-11-011-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-4/+2
* 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-231-0/+10
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1933/+1933
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-6/+3
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-2/+2
* 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-031-11/+11
* 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: 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-251-2/+2
* ppc: Added optional callback for explicit data cache stores. Ville Linde2012-07-251-0/+5
* ppcdrc.c: Split up dword-aligned 64-bit accesses to 32-bits. (nw) Ville Linde2012-07-231-0/+24
* Cleanup (no whatsnew) Miodrag Milanovic2012-05-131-2/+2
* Added PPC405GP to PPC cpu core [Lukasz Markowski] Miodrag Milanovic2012-05-121-0/+38
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-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
* ppc: Implemented correct BATs for 601 and memory-forced I/O controller interf... R. Belmont2011-07-181-1/+1
* 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
* BIG update. Aaron Giles2011-03-291-8/+8
* Simplified UML parameters, as follows: Aaron Giles2011-01-171-873/+873
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-531/+490
* Convert drccache to C++ Aaron Giles2011-01-051-8/+6
* Improve TLB mismatch handling in PPC DRC, so that if we fill from Aaron Giles2011-01-051-3/+8
* C++-ified drcfe and the associated frontends. You now create a Aaron Giles2011-01-041-23/+14
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-311-4/+4
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2