| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 37 | -13508/+0 |
| * | Cleanups and version bumpmame0164 |  Miodrag Milanovic | 2015-07-29 | 9 | -149/+146 |
| * | rspcp2: Make the align declarations gcc-compatible [O. Galibert] |  Olivier Galibert | 2015-07-25 | 1 | -4/+11 |
| * | nw, Fix CTC2 and VCH opcodes in RSP SIMD code. |  therealmogminer@gmail.com | 2015-07-10 | 2 | -15/+30 |
| * | Fix compile on linux gcc-4.8. (nw) |  couriersud | 2015-07-09 | 1 | -1/+4 |
| * | Fix the majority of CEN64 SSE stuff, nw |  therealmogminer@gmail.com | 2015-07-09 | 11 | -248/+476 |
| * | rsp simd: Clamp DMEM fetches to 4kb, nw |  therealmogminer@gmail.com | 2015-07-01 | 2 | -1/+7 |
| * | nw, more RSP opts ported from CEN64 |  therealmogminer@gmail.com | 2015-07-01 | 4 | -6/+534 |
| * | -core: Add MCFG_FORCE_NO_DRC. [MooglyGuy] |  therealmogminer@gmail.com | 2015-06-27 | 1 | -1/+1 |
| * | nw, add MCFG_FORCE_NO_DRC option, does not work for no apparent reason becaus... |  therealmogminer@gmail.com | 2015-06-27 | 2 | -3/+3 |
| * | nw, merge in most direct RSP vector opcodes from CEN64 |  therealmogminer@gmail.com | 2015-06-25 | 26 | -166/+694 |
| * | nw, start merging in RSP vector ops from CEN64 |  therealmogminer@gmail.com | 2015-06-25 | 31 | -10/+1267 |
| * | nw, remove RSP SIMD version |  therealmogminer@gmail.com | 2015-06-24 | 4 | -3790/+0 |
| * | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 2 | -6/+6 |
| * | rspcp2: Moved m_op member into a struct so it can be allocated in the drc cac... |  Wilbert Pol | 2015-06-06 | 3 | -109/+115 |
| * | Sorted out cpu cores (nw) |  Miodrag Milanovic | 2015-05-13 | 13 | -58/+18 |
| * | Updated licenses on Ryan Holtz request (nw) |  Miodrag Milanovic | 2015-05-09 | 4 | -8/+8 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 13 | -0/+26 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 8 | -73/+73 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 8 | -74/+74 |
| * | oops (nw) |  Olivier Galibert | 2015-01-25 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0156 |  Miodrag Milanovic | 2014-11-26 | 8 | -121/+120 |
| * | Fix for compile on GCC 4.4.7 (n/w) |  Lord-Nightmare | 2014-11-23 | 1 | -1/+1 |
| * | rspdrc: Optimized accumulator access in multiply instructions. [MooglyGuy] |  mooglyguy | 2014-11-21 | 2 | -180/+101 |
| * | fixed clang warning with src/emu/cpu/rsp.c (nw) |  Oliver Stöneberg | 2014-11-21 | 1 | -0/+2 |
| * | Fix RSP interpreter, nw |  mooglyguy | 2014-11-20 | 4 | -113/+72 |
| * | fixed "unresolved external symbol" with RSP during linking with Visual Studio... |  Oliver Stöneberg | 2014-11-20 | 1 | -68/+68 |
| * | rsp: fix compile by adding virtual destructor (nw) |  Alex W. Jackson | 2014-11-19 | 2 | -0/+6 |
| * | (nw) Split RSP vector opcodes into separate files for interpreter, DRC and DR... |  mooglyguy | 2014-11-19 | 9 | -10774/+10732 |
| * | fixed Visual Studio warnings about truncated constant in src/emu/cpu/rsp/rsp.... |  Oliver Stöneberg | 2014-11-18 | 1 | -2/+2 |
| * | rsp: Made the RSP interpreter core functional again. [MooglyGuy] |  mooglyguy | 2014-11-17 | 3 | -479/+250 |
| * | fixed compiling with old Apple GCC (hs and hl are unsigned int, and therefore... |  etabeta78 | 2014-11-12 | 1 | -4/+4 |
| * | Revert "Revert "added assert for e.g. n64 -cart waveracej crash in rsp_devic... |  Oliver Stöneberg | 2014-11-09 | 1 | -0/+3 |
| * | Revert "added assert for e.g. n64 -cart waveracej crash in rsp_device::gener... |  Oliver Stöneberg | 2014-11-09 | 1 | -3/+0 |
| * | added assert for e.g. n64 -cart waveracej crash in rsp_device::generate_chec... |  Oliver Stöneberg | 2014-11-08 | 1 | -0/+3 |
| * | added command-line option -[no]drc_log_native to control DRC native diassembl... |  Oliver Stöneberg | 2014-11-07 | 2 | -6/+1 |
| * | added command-line option -[no]drc_log_uml to control DRC UML disassembly log... |  Oliver Stöneberg | 2014-11-07 | 3 | -14/+10 |
| * | rspdrc: Added undocumented ops VADDB, VACCB, VSUBB, and VSUCB. [MooglyGuy] |  mooglyguy | 2014-11-04 | 2 | -2/+103 |
| * | rspdrc: Fix crash on Linux when recompiling BREAK opcode. [MooglyGuy, Firewave] |  mooglyguy | 2014-11-04 | 1 | -1/+1 |
| * | mips3: Fixed left-shift-of-signed-value issues. [MooglyGuy] |  mooglyguy | 2014-11-04 | 1 | -4/+4 |
| * | n64: Fix up how negative values are handled in VRSQL/VRCPL [MooglyGuy] |  mooglyguy | 2014-11-03 | 1 | -91/+55 |
| * | rsp: Add VNOP, VNULL, and VRSQ instructions. [MooglyGuy] |  mooglyguy | 2014-11-03 | 2 | -0/+149 |
| * | rspdrc: Add destination address support to the BREAK opcode. [MooglyGuy] |  mooglyguy | 2014-11-03 | 3 | -19/+31 |
| * | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 2 | -28/+25 |
| * | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... |  Oliver Stöneberg | 2014-09-08 | 2 | -2/+4 |
| * | Fix "error: zero-length gnu_printf format string" compile issue (nw) |  Scott Stone | 2014-08-29 | 1 | -1/+1 |
| * | rsp.c: Modernised cpu core (nw) |  Wilbert Pol | 2014-08-29 | 5 | -3182/+3703 |
| * | More cleanups, there is issue with srcclean that needs to be taken care as we... |  Miodrag Milanovic | 2014-07-22 | 1 | -6/+6 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -8/+8 |
| * | devcv2 -> devcb (nw) |  Miodrag Milanovic | 2014-05-14 | 1 | -15/+15 |