| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ps2sony: Checkpoint, nw |  mooglyguy | 2018-07-17 | 1 | -76/+919 |
| * | ps2sony: Checkpoint. Adds a bunch of vector and parallel ops to the EE core, ... |  mooglyguy | 2018-07-14 | 1 | -63/+348 |
| * | ps2sony: Checkpoint, nw |  mooglyguy | 2018-07-10 | 1 | -17/+43 |
| * | ps2sony: checkpoint, nw |  mooglyguy | 2018-07-07 | 1 | -4/+16 |
| * | -ps2sony: Various DMA and SIF bug fixes, initial OSDSYS ELF transfers to IOP ... |  mooglyguy | 2018-07-05 | 1 | -13/+62 |
| * | -ps2sony: Fleshing out the skeleton driver. [Ryan Holtz] |  mooglyguy | 2018-06-28 | 1 | -35/+1116 |
| * | srcclean and other cleanup (nw) |  Vas Crabb | 2018-06-24 | 1 | -23/+23 |
| * | mips3: Added VU0 macro-instructions to R5900 disassembler, pending split into... |  mooglyguy | 2018-06-23 | 1 | -28/+27 |
| * | mips3: Added disassembler for Emotion Engine core opcodes. VU macro ops are s... |  mooglyguy | 2018-06-23 | 1 | -27/+62 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -2/+13 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -2/+2 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -20/+20 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -1/+1 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -7/+3 |
| * | mips3: Cleanup TX4925 implementation. (nw) |  Ted Green | 2017-11-06 | 1 | -71/+9 |
| * | This is too contentious, please put it up for review |  Vas Crabb | 2017-08-01 | 1 | -13/+8 |
| * | Changes to debugger memory address translation |  AJR | 2017-08-01 | 1 | -8/+13 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -2/+2 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -1/+8 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -22/+22 |
| * | srcclean (nw) |  Vas Crabb | 2017-03-26 | 1 | -9/+9 |
| * | MIPS: initial support for VR5500 and TX4925 CPUs. [R. Belmont] |  arbee | 2017-03-25 | 1 | -0/+74 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -16/+16 |
| * | mips3: Retry fixing FPU register aliasing |  Happy | 2017-02-26 | 1 | -80/+72 |
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -2/+2 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -8/+8 |
| * | Put the declaration of dasmmips3() in a header file |  Nathan Woods | 2016-11-16 | 1 | -1/+0 |
| * | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -6/+6 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -261/+261 |
| * | fix disassembly window (nw) |  smf- | 2016-10-18 | 1 | -3/+3 |
| * | made constexprs lower case and used constexpr for returning input value as we... |  Miodrag Milanovic | 2016-07-31 | 1 | -2/+2 |
| * | Fix build on MSVC thanks to Rene, also fix debug_break crashes |  therealmogminer@gmail.com | 2016-06-08 | 1 | -1/+1 |
| * | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 1 | -1/+1 |
| * | Revert "(nw) MIP3 DRC handle branches in delay slot properly." |  Ted Green | 2016-06-03 | 1 | -2/+0 |
| * | Revert "(nw) Fix issue with kinst driver. Only allow MIPs VR4300 to have the ... |  Ted Green | 2016-06-03 | 1 | -3/+2 |
| * | (nw) Fix issue with kinst driver. Only allow MIPs VR4300 to have the DRC bran... |  Ted Green | 2016-06-02 | 1 | -2/+3 |
| * | (nw) MIP3 DRC handle branches in delay slot properly. |  Ted Green | 2016-06-01 | 1 | -0/+2 |
| * | mips3: Fixed interpreter bug where BADCOP exceptions would execute the faulti... |  therealmogminer@gmail.com | 2016-04-15 | 1 | -18/+40 |
| * | -mips3: Fixed DMULT and DMULTU in both interpreter and DRC modes. [marathonman] |  therealmogminer@gmail.com | 2016-04-12 | 1 | -9/+22 |
| * | mips3: Branch and Link instructions unconditionally set return address register. |  Happy | 2016-04-12 | 1 | -5/+4 |
| * | Merge pull request #784 from Happy-yappH/master |  R. Belmont | 2016-04-05 | 1 | -68/+78 |
| |\ |
|
| | * | mips3: Fix behavior for 32/64 bit mode floating point register aliasing. |  Happy | 2016-04-03 | 1 | -68/+78 |
| * | | Revert software-installed slot/image options when changing software |  AJR | 2016-04-04 | 1 | -1/+1 |
| |/ |
|
| * | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -65/+65 |
| * | Make generic VTLB implementation a modern device interface (nw) |  AJR | 2016-02-07 | 1 | -43/+24 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |