summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/rsp
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1337-13508/+0
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-299-149/+146
* rspcp2: Make the align declarations gcc-compatible [O. Galibert] Olivier Galibert2015-07-251-4/+11
* nw, Fix CTC2 and VCH opcodes in RSP SIMD code. therealmogminer@gmail.com2015-07-102-15/+30
* Fix compile on linux gcc-4.8. (nw) couriersud2015-07-091-1/+4
* Fix the majority of CEN64 SSE stuff, nw therealmogminer@gmail.com2015-07-0911-248/+476
* rsp simd: Clamp DMEM fetches to 4kb, nw therealmogminer@gmail.com2015-07-012-1/+7
* nw, more RSP opts ported from CEN64 therealmogminer@gmail.com2015-07-014-6/+534
* -core: Add MCFG_FORCE_NO_DRC. [MooglyGuy] therealmogminer@gmail.com2015-06-271-1/+1
* nw, add MCFG_FORCE_NO_DRC option, does not work for no apparent reason becaus... therealmogminer@gmail.com2015-06-272-3/+3
* nw, merge in most direct RSP vector opcodes from CEN64 therealmogminer@gmail.com2015-06-2526-166/+694
* nw, start merging in RSP vector ops from CEN64 therealmogminer@gmail.com2015-06-2531-10/+1267
* nw, remove RSP SIMD version therealmogminer@gmail.com2015-06-244-3790/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-242-6/+6
* rspcp2: Moved m_op member into a struct so it can be allocated in the drc cac... Wilbert Pol2015-06-063-109/+115
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-1313-58/+18
* Updated licenses on Ryan Holtz request (nw) Miodrag Milanovic2015-05-094-8/+8
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0713-0/+26
* moved all to std::string (nw) Miodrag Milanovic2015-04-228-73/+73
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-128-74/+74
* oops (nw) Olivier Galibert2015-01-251-1/+1
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-268-121/+120
* Fix for compile on GCC 4.4.7 (n/w) Lord-Nightmare2014-11-231-1/+1
* rspdrc: Optimized accumulator access in multiply instructions. [MooglyGuy] mooglyguy2014-11-212-180/+101
* fixed clang warning with src/emu/cpu/rsp.c (nw) Oliver Stöneberg2014-11-211-0/+2
* Fix RSP interpreter, nw mooglyguy2014-11-204-113/+72
* fixed "unresolved external symbol" with RSP during linking with Visual Studio... Oliver Stöneberg2014-11-201-68/+68
* rsp: fix compile by adding virtual destructor (nw) Alex W. Jackson2014-11-192-0/+6
* (nw) Split RSP vector opcodes into separate files for interpreter, DRC and DR... mooglyguy2014-11-199-10774/+10732
* fixed Visual Studio warnings about truncated constant in src/emu/cpu/rsp/rsp.... Oliver Stöneberg2014-11-181-2/+2
* rsp: Made the RSP interpreter core functional again. [MooglyGuy] mooglyguy2014-11-173-479/+250
* fixed compiling with old Apple GCC (hs and hl are unsigned int, and therefore... etabeta782014-11-121-4/+4
* Revert "Revert "added assert for e.g. n64 -cart waveracej crash in rsp_devic... Oliver Stöneberg2014-11-091-0/+3
* Revert "added assert for e.g. n64 -cart waveracej crash in rsp_device::gener... Oliver Stöneberg2014-11-091-3/+0
* added assert for e.g. n64 -cart waveracej crash in rsp_device::generate_chec... Oliver Stöneberg2014-11-081-0/+3
* added command-line option -[no]drc_log_native to control DRC native diassembl... Oliver Stöneberg2014-11-072-6/+1
* added command-line option -[no]drc_log_uml to control DRC UML disassembly log... Oliver Stöneberg2014-11-073-14/+10
* rspdrc: Added undocumented ops VADDB, VACCB, VSUBB, and VSUCB. [MooglyGuy] mooglyguy2014-11-042-2/+103
* rspdrc: Fix crash on Linux when recompiling BREAK opcode. [MooglyGuy, Firewave] mooglyguy2014-11-041-1/+1
* mips3: Fixed left-shift-of-signed-value issues. [MooglyGuy] mooglyguy2014-11-041-4/+4
* n64: Fix up how negative values are handled in VRSQL/VRCPL [MooglyGuy] mooglyguy2014-11-031-91/+55
* rsp: Add VNOP, VNULL, and VRSQ instructions. [MooglyGuy] mooglyguy2014-11-032-0/+149
* rspdrc: Add destination address support to the BREAK opcode. [MooglyGuy] mooglyguy2014-11-033-19/+31
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-152-28/+25
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-082-2/+4
* Fix "error: zero-length gnu_printf format string" compile issue (nw) Scott Stone2014-08-291-1/+1
* rsp.c: Modernised cpu core (nw) Wilbert Pol2014-08-295-3182/+3703
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-6/+6
* Cleanups and version bump Miodrag Milanovic2014-07-221-8/+8
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-15/+15