summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc/ppccom.h
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-480/+0
* Simple LTO warning fixes (Part2) (nw) Cowering2015-05-261-5/+5
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* added command-line option -[no]drc_log_native to control DRC native diassembl... Oliver Stöneberg2014-11-071-2/+0
* added command-line option -[no]drc_log_uml to control DRC UML disassembly log... Oliver Stöneberg2014-11-071-1/+0
* powerpc: Modernised cpu core (nw) Wilbert Pol2014-06-301-160/+27
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-2/+2
* using delegates instead of read/write_device_func in ppc core (nw) Miodrag Milanovic2014-04-011-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-401/+401
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-3/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* ppc: Implemented PPC403 DMA chaining [Ville Linde] Ville Linde2012-09-021-0/+2
* ppc: Added callbacks for buffered external DMAs. [Ville Linde] Ville Linde2012-07-301-0/+3
* ppc: Changed cap flags to UINT32 for future additions. (nw) Ville Linde2012-07-251-2/+3
* ppc: Added optional callback for explicit data cache stores. Ville Linde2012-07-251-0/+4
* Clean-ups and version bump Miodrag Milanovic2012-05-211-1/+1
* Added PPC405GP to PPC cpu core [Lukasz Markowski] Miodrag Milanovic2012-05-121-0/+3
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-2/+2
* ppc: Implemented correct BATs for 601 and memory-forced I/O controller interf... R. Belmont2011-07-181-1/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-0/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+0
* PPCDRC: Generate some FPSCR flags [Phil Bennett] R. Belmont2009-07-021-0/+2
* Fixed bug that caused 64-bit PowerPC systems to fetch opcodes in the wrong or... Aaron Giles2009-03-071-0/+1
* 02768: mk3, mk3r20, mk3r10, mk3p40, umk3, umk3r10, umk3r11 : Roms incorrectly... Aaron Giles2008-12-301-16/+16
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-1/+1
* PowerPC DRC no longer references active CPU. Aaron Giles2008-11-261-1/+0
* More memory conversions. Aaron Giles2008-11-231-0/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-0/+1
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-1/+1
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-2/+3
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-1/+0
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-1/+3
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+0
* Save state support: Aaron Giles2008-06-231-1/+1
* Created common virtual TLB managment module. Aaron Giles2008-06-161-9/+5
* PPC DRC: Aaron Giles2008-06-121-5/+2
* Firebeat driver: Aaron Giles2008-06-101-1/+1
* PPC DRC: Aaron Giles2008-06-101-0/+5
* PPC DRC: Aaron Giles2008-06-091-9/+2
* x86/x64 back-ends: Aaron Giles2008-06-091-4/+2
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-3/+3
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-0/+611