summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/rsp
Commit message (Expand)AuthorAgeFilesLines
...
* moved rsp to use devcb2 (nw) Miodrag Milanovic2014-05-133-56/+104
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-292-2/+2
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-162-6/+6
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-072-88/+88
* - N64 RSP changes: [MooglyGuy] Ryan Holtz2014-03-252-389/+1239
* compile fix since not all have SSE3 enabled (nw) Miodrag Milanovic2014-03-251-1/+1
* (nw) Temporarily split all RSP functions into SIMD and scalar versions so Ryan Holtz2014-03-252-942/+2660
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* Silence excessive printf spam in RSP core with -nodrc (nw) Justin Kerk2014-02-051-6/+6
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-052-4223/+4223
* Erroneous commit, nw Ryan Holtz2013-09-281-1/+1
* -Refactored N64 RDP blender to use function arrays in order to [MooglyGuy] Ryan Holtz2013-09-282-4/+2
* fixed compile error Robbbert2013-09-271-2/+2
* Fixed non-SIMD mode, nw Ryan Holtz2013-09-261-8/+18
* -RSP SIMD changes: [MooglyGuy, Marathon Man] Ryan Holtz2013-09-263-4674/+5166
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+0
* Added command line option to force DRC C backend [Miodrag Milanovic] Miodrag Milanovic2013-08-271-5/+0
* Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option... Miodrag Milanovic2013-08-273-33/+17
* setname and description changes to DRC devices to indicate such is being used... Scott Stone2013-08-231-2/+2
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-232-0/+2
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-68/+68
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-051-2/+2
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2013-06-292-598/+1754
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* <tmmintrin.h> already included in rsp.h if needed (nw) Miodrag Milanovic2013-06-091-2/+0
* - Added SIMD code for the rest of the RSP vector load instructions [MooglyGuy] Ryan Holtz2013-06-091-0/+78
* Turn off USE_SIMD, nw Ryan Holtz2013-06-091-1/+1
* - Added USE_SIMD flag to RSP headers and began converting some opcodes to use Ryan Holtz2013-06-092-4/+78
* output of new srcclean changes that are relatively small [smf] smf-2013-01-112-14/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-116-1178/+1178
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-302-3/+3
* made rsp core use callbacks (no whatsnew) Miodrag Milanovic2012-10-113-20/+36
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-192-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-4/+4
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Final round of struct/union/enum normalization. Aaron Giles2012-09-162-2/+2
* Enum and union normalization. Aaron Giles2012-09-161-4/+4
* First pass at modernizing struct definitions. Aaron Giles2012-09-152-8/+4
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-4/+4
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-032-30/+30
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-102-2/+2
* [N64] Force mtc0 opcodes that initiate to-RSP DMAs to end recompile sequences... Miodrag Milanovic2012-02-232-2/+10
* - Checksum the delay slot in single-instruction blocks in the MIPS3 and RSP D... Ryan Holtz2012-02-201-46/+72
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* - RDP optimizations and memory system shunting in N64 driver; relative speedu... Ryan Holtz2012-02-033-36/+54
* 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