| Commit message (Expand) | Author | Age | Files | Lines |
| * | unsp: Fix copy-paste typo in debugger registering |  Simon Eriksson | 2020-10-04 | 1 | -5/+5 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -8/+5 |
| * | unsp: UINT_MAS needs climits [O. Galibert] |  Olivier Galibert | 2020-05-22 | 1 | -0/+2 |
| * | -unsp: Fixed DIVQ operation and several Memory Bitop operations. [Ryan Holtz] |  Ryan Holtz | 2020-05-21 | 1 | -3/+4 |
| * | -unsp: Added DIVQ and extended BIT_OP opcodes. [Ryan Holtz] |  Ryan Holtz | 2020-05-16 | 1 | -0/+3 |
| * | -unsp: Actually respect the IRQ enable flag. Fixes vsmile lionking, jak_s500 ... |  MooglyGuy | 2020-03-22 | 1 | -1/+1 |
| * | -unsp: Fixed F3 reset in jak_mk and probably others nw |  MooglyGuy | 2020-03-19 | 1 | -0/+8 |
| * | -unsp: Various changes: [Ryan Holtz] |  mooglyguy | 2020-03-11 | 1 | -22/+67 |
| * | -unspdrc: Added support for fir_mov and muls opcodes. Fixed S flag calculatio... |  mooglyguy | 2020-02-09 | 1 | -1/+1 |
| * | Partially revert 3e6ace480ade79e63ac80c51abd5371f4f9cea02 to simplify calling... |  smf- | 2020-02-09 | 1 | -2/+2 |
| * | -jak_care: Hooked up spg2xx software wave-in channel, hooked up muls and fir_... |  mooglyguy | 2020-02-08 | 1 | -3/+7 |
| * | loop around full array in sunplus reset (nw) (#6243) |  David Haywood | 2020-01-31 | 1 | -1/+1 |
| * | likely resolve sunplus crashes on linux (nw) |  DavidHaywood | 2020-01-31 | 1 | -3/+6 |
| * | sunplus_gcm394 (jak_car2 / jak_gtg / unsp20 etc.) current notes / refactoring... |  David Haywood | 2020-01-05 | 1 | -16/+21 |
| * | Plug and Play work + New Working clone (#6060) |  David Haywood | 2019-12-16 | 1 | -0/+33 |
| * | sunplus_gcm394.cpp : wrlshunt / smartfp, continued research (#5972) |  David Haywood | 2019-11-26 | 1 | -0/+2 |
| * | Plug and Play additions (#5737) |  David Haywood | 2019-10-16 | 1 | -0/+1 |
| * | unsp.cpp: Fix device validation error (nw) |  AJR | 2019-06-15 | 1 | -1/+1 |
| * | unsp, spg110, spg2xx, sunplus_gcm394: Fix maps by unifying SoC devices with C... |  AJR | 2019-06-15 | 1 | -10/+20 |
| * | srcclean (nw) |  Vas Crabb | 2019-05-26 | 1 | -1/+1 |
| * | smartfp / sunplus_gcm394 video register location notes based on code analysis... |  David Haywood | 2019-05-10 | 1 | -1/+4 |
| * | smartfp clearly uses unsp isa20 push/pop instructions in the interrupt (#5015) |  David Haywood | 2019-05-08 | 1 | -1/+1 |
| * | TV Game Work (progress towards smartfp and wrlshunt) (#4956) |  David Haywood | 2019-04-30 | 1 | -636/+90 |
| * | -unsp: Fixed Multiply Signed*Signed opcode in DRC. Fixes controls in jak_pooh... |  MooglyGuy | 2019-04-19 | 1 | -0/+2 |
| * | pull SunPlus GCM394 titles out of vii.cpp |  DavidHaywood | 2019-04-14 | 1 | -3/+36 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -383/+457 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -457/+383 |
| * | New working machines |  mooglyguy | 2019-01-20 | 1 | -14/+18 |
| * | -devices/cpu/unsp: Various fixes: [Ryan Holtz] |  Ryan Holtz | 2019-01-14 | 1 | -16/+45 |
| * | unsp: Created a SunPlus u'nSP recompiler. [Ryan Holtz] |  MooglyGuy | 2019-01-12 | 1 | -248/+318 |
| * | unsp: Macro removal cleanup, nw |  MooglyGuy | 2019-01-12 | 1 | -235/+201 |
| * | -clickstart: Favor specific values over rand(), nw |  mooglyguy | 2019-01-05 | 1 | -0/+5 |
| * | (nw) misc cleanup: |  Vas Crabb | 2018-11-04 | 1 | -1/+1 |
| * | srcclean and cleanup (nw) |  Vas Crabb | 2018-10-28 | 1 | -5/+5 |
| * | vsmile: removed Unununium timing hacks, nw |  mooglyguy | 2018-10-21 | 1 | -229/+10 |
| * | vsmile: Fixed erroneous cartridge ROM mirroring. Gets V.Smile games to boot. ... |  mooglyguy | 2018-10-21 | 1 | -521/+790 |
| * | -spg2xx: Added chip select callback and rudimentary ADC hookup. [Ryan Holtz] |  mooglyguy | 2018-10-18 | 1 | -4/+7 |
| * | -spg2xx: Fixed audio channel enable check, fixed infinitely-looping samples i... |  mooglyguy | 2018-10-15 | 1 | -7/+14 |
| * | -unsp: Added the ability to log execution into the standard error log, nw |  mooglyguy | 2018-10-14 | 1 | -2/+13 |
| * | spg2xx: Added preliminary sound to Vii driver et al. [Ryan Holtz] |  mooglyguy | 2018-10-07 | 1 | -2/+0 |
| * | vii: Device-ified the SPG2xx SoC. [Ryan Holtz] |  mooglyguy | 2018-10-06 | 1 | -16/+48 |
| * | -unsp: opcodes that use the data segment affect it on rollover. Fixes many Vi... |  mooglyguy | 2018-10-01 | 1 | -8/+14 |
| * | -vii: Various changes: [Ryan Holtz] |  mooglyguy | 2018-09-30 | 1 | -547/+539 |
| * | Final GCC 8 batch for tonight (nw) |  arbee | 2018-05-01 | 1 | -2/+2 |
| * | 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 | -1/+1 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -2/+2 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -3/+3 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -2/+2 |