summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/rsp
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-272-2/+2
* BIG update. Aaron Giles2011-03-292-11/+11
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-272-18/+18
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-242-32/+32
* Simplified UML parameters, as follows: Aaron Giles2011-01-171-183/+183
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-194/+170
* Convert drccache to C++ Aaron Giles2011-01-051-10/+6
* Fixed debug compile (no whatsnew) Miodrag Milanovic2011-01-051-1/+1
* C++-ified drcfe and the associated frontends. You now create a Aaron Giles2011-01-043-247/+257
* Fixed RSP core VRSQL implementation. [Harmony] Ryan Holtz2011-01-021-4/+32
* Removed fast IMEM and DMEM handlers from the RSP DRC in favor of the core mem... Ryan Holtz2011-01-012-204/+124
* Cleanups and version bump. Aaron Giles2011-01-012-43/+43
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-313-15/+15
* Updated the RSP and RDP implementations to be largely bit-perfect and pixel-a... Ryan Holtz2010-12-314-5490/+2824
* 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-4/+7
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-17/+17
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-1/+1
* RSP: Fix sign issue in VCL opcode [angrylion] R. Belmont2010-07-222-2/+2
* Allow the non-DRC RSP core to build again Phil Bennett2010-07-153-212/+243
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-033-6/+7
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-173-4/+4
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-092-8/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-083-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-083-15/+13
* Disabled DRC versions of certain vector load/store operations in the Ryan Holtz2010-04-031-13/+13
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-212-18/+18
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-183-15/+15
* Cleanups and version bump. Aaron Giles2010-01-161-1/+1
* Within src/emu, basic conversions: Aaron Giles2010-01-122-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-105-7/+4
* Trivial BIGENDIAN=1 rsp compile fix, no whatsnew needed. R. Belmont2010-01-011-0/+2
* Converted RSP callbacks into device callbacks. Removed a ton of Aaron Giles2010-01-012-8/+8
* Oops, fixed misaligned 32-bit accesses in RSP DRC. Aaron Giles2010-01-011-10/+5
* Cleanups and version bump.mame0136 Aaron Giles2009-12-312-1794/+1794
* Fixed a few DRC-ized vector load/store opcodes in the RSP core. [Harmony] Ryan Holtz2009-12-301-21/+21
* Fixed error in codegen for drol/dror opcodes in the x86 back-end. Aaron Giles2009-12-301-111/+91
* Fixes the debug build. Ryan Holtz2009-12-281-27/+47
* Converted a number of vector opcodes to the RSP DRC core. [Harmony] Ryan Holtz2009-12-282-1350/+5195
* Results of running the latest srcclean. Aaron Giles2009-12-284-382/+382
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-45/+45
* Minor drc improvments: Aaron Giles2009-12-201-101/+77
* Added new profiler bucket for DRC recompilation. Aaron Giles2009-12-191-26/+44
* RSP recompiler improvements / optimizations: [Harmony] Ryan Holtz2009-12-182-50/+99
* Fixing the RSP disassembler, no whatsnew. Ryan Holtz2009-12-171-1/+1
* [RSP] Preliminary RSP recompiler, with all vector ops stubbed out to C functi... Ryan Holtz2009-12-166-430/+5705
* Added missing BLTZAL opcode to the RSP core. [angrylion] Ryan Holtz2009-11-121-0/+1