summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc
Commit message (Expand)AuthorAgeFilesLines
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-8/+8
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-062-6/+6
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-1/+1
* Simplified UML parameters, as follows: Aaron Giles2011-01-171-873/+873
* Removed PPC_MMU_ENABLED flag (no whatsnew) Miodrag Milanovic2011-01-171-123/+106
* 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-043-779/+795
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-313-12/+12
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-312-5/+5
* PPC: don't crash 601 R. Belmont2010-10-301-2/+21
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-194-5/+7
* Remove most of the temporary inline helpers. Aaron Giles2010-08-193-3/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-193-32/+32
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-194-45/+45
* mt 3536 bugfix (Atari Ace) Michaƫl Banaan Ananas2010-07-171-4/+4
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-033-36/+42
* Fix performance regression for PowerPC games. The timing made heavy use of Aaron Giles2010-06-301-12/+12
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-174-10/+10
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-094-18/+4
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-084-17/+17
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-084-34/+33
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-212-25/+25
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-212-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-185-26/+26
* More PPC GCC warning fixes. R. Belmont2010-01-151-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-122-7/+7
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-107-11/+6
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-3/+3
* Results of running the latest srcclean. Aaron Giles2009-12-283-20/+20
* Minor drc improvments: Aaron Giles2009-12-201-20/+14
* Added new profiler bucket for DRC recompilation. Aaron Giles2009-12-191-0/+4
* Fix PowerPC 603 translation so it doesn't get stuck in an infinite Aaron Giles2009-11-172-1/+7
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-221-0/+7
* Added FP registers to PPC debugger interface. Aaron Giles2009-07-162-0/+137
* Cleanups and version bump.mame0132u4 Aaron Giles2009-07-101-1/+1
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-083-34/+34
* Cleanups and version bump.mame0132u3 Aaron Giles2009-07-021-1/+1
* PPCDRC: Generate some FPSCR flags [Phil Bennett] R. Belmont2009-07-024-0/+213
* One more FMULx fix. R. Belmont2009-06-281-1/+1
* Really fix FMULx this time Phil Bennett2009-06-281-1/+1
* PPCDRC: fix flags on STWCX and fix FMULS to use the correct registers R. Belmont2009-06-282-2/+14
* Fixed PPCDRC incorrect instruction checksum order [Phil Bennett, R Belmont] Phil Bennett2009-06-241-4/+4
* Cleanups and version bump. Aaron Giles2009-05-281-7/+7
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-0/+2