summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/unsp/unsp.cpp
Commit message (Expand)AuthorAgeFilesLines
* unsp: Fix copy-paste typo in debugger registering Simon Eriksson2020-10-041-5/+5
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-8/+5
* unsp: UINT_MAS needs climits [O. Galibert] Olivier Galibert2020-05-221-0/+2
* -unsp: Fixed DIVQ operation and several Memory Bitop operations. [Ryan Holtz] Ryan Holtz2020-05-211-3/+4
* -unsp: Added DIVQ and extended BIT_OP opcodes. [Ryan Holtz] Ryan Holtz2020-05-161-0/+3
* -unsp: Actually respect the IRQ enable flag. Fixes vsmile lionking, jak_s500 ... MooglyGuy2020-03-221-1/+1
* -unsp: Fixed F3 reset in jak_mk and probably others nw MooglyGuy2020-03-191-0/+8
* -unsp: Various changes: [Ryan Holtz] mooglyguy2020-03-111-22/+67
* -unspdrc: Added support for fir_mov and muls opcodes. Fixed S flag calculatio... mooglyguy2020-02-091-1/+1
* Partially revert 3e6ace480ade79e63ac80c51abd5371f4f9cea02 to simplify calling... smf-2020-02-091-2/+2
* -jak_care: Hooked up spg2xx software wave-in channel, hooked up muls and fir_... mooglyguy2020-02-081-3/+7
* loop around full array in sunplus reset (nw) (#6243) David Haywood2020-01-311-1/+1
* likely resolve sunplus crashes on linux (nw) DavidHaywood2020-01-311-3/+6
* sunplus_gcm394 (jak_car2 / jak_gtg / unsp20 etc.) current notes / refactoring... David Haywood2020-01-051-16/+21
* Plug and Play work + New Working clone (#6060) David Haywood2019-12-161-0/+33
* sunplus_gcm394.cpp : wrlshunt / smartfp, continued research (#5972) David Haywood2019-11-261-0/+2
* Plug and Play additions (#5737) David Haywood2019-10-161-0/+1
* unsp.cpp: Fix device validation error (nw) AJR2019-06-151-1/+1
* unsp, spg110, spg2xx, sunplus_gcm394: Fix maps by unifying SoC devices with C... AJR2019-06-151-10/+20
* srcclean (nw) Vas Crabb2019-05-261-1/+1
* smartfp / sunplus_gcm394 video register location notes based on code analysis... David Haywood2019-05-101-1/+4
* smartfp clearly uses unsp isa20 push/pop instructions in the interrupt (#5015) David Haywood2019-05-081-1/+1
* TV Game Work (progress towards smartfp and wrlshunt) (#4956) David Haywood2019-04-301-636/+90
* -unsp: Fixed Multiply Signed*Signed opcode in DRC. Fixes controls in jak_pooh... MooglyGuy2019-04-191-0/+2
* pull SunPlus GCM394 titles out of vii.cpp DavidHaywood2019-04-141-3/+36
* (nw) Clean up the mess on master Vas Crabb2019-03-261-383/+457
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-457/+383
* New working machines mooglyguy2019-01-201-14/+18
* -devices/cpu/unsp: Various fixes: [Ryan Holtz] Ryan Holtz2019-01-141-16/+45
* unsp: Created a SunPlus u'nSP recompiler. [Ryan Holtz] MooglyGuy2019-01-121-248/+318
* unsp: Macro removal cleanup, nw MooglyGuy2019-01-121-235/+201
* -clickstart: Favor specific values over rand(), nw mooglyguy2019-01-051-0/+5
* (nw) misc cleanup: Vas Crabb2018-11-041-1/+1
* srcclean and cleanup (nw) Vas Crabb2018-10-281-5/+5
* vsmile: removed Unununium timing hacks, nw mooglyguy2018-10-211-229/+10
* vsmile: Fixed erroneous cartridge ROM mirroring. Gets V.Smile games to boot. ... mooglyguy2018-10-211-521/+790
* -spg2xx: Added chip select callback and rudimentary ADC hookup. [Ryan Holtz] mooglyguy2018-10-181-4/+7
* -spg2xx: Fixed audio channel enable check, fixed infinitely-looping samples i... mooglyguy2018-10-151-7/+14
* -unsp: Added the ability to log execution into the standard error log, nw mooglyguy2018-10-141-2/+13
* spg2xx: Added preliminary sound to Vii driver et al. [Ryan Holtz] mooglyguy2018-10-071-2/+0
* vii: Device-ified the SPG2xx SoC. [Ryan Holtz] mooglyguy2018-10-061-16/+48
* -unsp: opcodes that use the data segment affect it on rollover. Fixes many Vi... mooglyguy2018-10-011-8/+14
* -vii: Various changes: [Ryan Holtz] mooglyguy2018-09-301-547/+539
* Final GCC 8 batch for tonight (nw) arbee2018-05-011-2/+2
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2