summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc/ppc.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-2135/+0
* Removed all uses of setjmp.h in MAME. The only place where couriersud2015-05-171-0/+3
* 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
* fix Miodrag Milanovic2014-07-221-3/+3
* powerpc: Modernised cpu core (nw) Wilbert Pol2014-06-301-186/+116
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-1/+1
* did same for PPC (nw) Miodrag Milanovic2014-04-281-3/+24
* ppc *.c -> *.inc renaming Oliver Stöneberg2014-03-191-5/+5
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+8
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-10/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-533/+532
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-7/+7
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-22/+22
* Enum and union normalization. Aaron Giles2012-09-161-4/+4
* Pass 2 of struct modernization. Aaron Giles2012-09-151-10/+10
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-6/+6
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-39/+39
* Cleanup (no whatsnew) Miodrag Milanovic2012-05-131-6/+6
* Added PPC405GP to PPC cpu core [Lukasz Markowski] Miodrag Milanovic2012-05-121-0/+74
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-6/+6
* BIG update. Aaron Giles2011-03-291-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-19/+19
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-23/+23
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-0/+12
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-1/+1
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-13/+13
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-19/+19
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* Within src/emu, basic conversions: Aaron Giles2010-01-121-6/+6
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-9/+9
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-18/+18
* Hooked up DSA/ESA instructions for PowerPC 602 (as no-ops for now). Aaron Giles2008-12-301-86/+0
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-21/+21
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-49/+49
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-6/+6
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-17/+0
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-7/+7
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* change_pc? What change_pc? Aaron Giles2008-11-241-2/+0
* More memory conversions. Aaron Giles2008-11-231-72/+79
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-2/+2
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-6/+6
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-40/+40
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-63/+69
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+0