summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/unsp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sunplus Plug & Play work (cleanup + fixes + notes based on wrlshunt code anal... David Haywood2019-12-042-26/+22
* sunplus_gcm394.cpp : wrlshunt / smartfp, continued research (#5972) David Haywood2019-11-264-21/+67
* sunplus_gcm394.cpp plug & play experiments looking at wrlshunt (#5953) David Haywood2019-11-251-2/+9
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* new NOT WORKING machines (Plug & Play - Sunplus) (#5788) David Haywood2019-10-251-2/+4
* Plug and Play additions (#5737) David Haywood2019-10-164-0/+21
* srcclean (nw) Vas Crabb2019-07-281-3/+3
* MAMETesters Bugs Fixed mooglyguy2019-07-071-0/+3
* 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-152-23/+38
* srcclean (nw) Vas Crabb2019-05-263-10/+10
* smartfp - identify some audio related bits (nw) (#5076) David Haywood2019-05-191-0/+1
* smartfp / unsp research / improvements (#5075) David Haywood2019-05-182-7/+21
* smartfp - render something that isn't garbage (once sprites appear) (nw) (#5052) David Haywood2019-05-141-1/+1
* allow smartfp to show.. something (nw) (#5030) David Haywood2019-05-101-5/+11
* 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-086-103/+127
* smartfp dma notes (nw) DavidHaywood2019-05-071-3/+48
* unsp: Don't try to inline virtual functions (nw) AJR2019-04-301-2/+2
* TV Game Work (progress towards smartfp and wrlshunt) (#4956) David Haywood2019-04-3015-1065/+2584
* -unsp: Fixed Multiply Signed*Signed opcode in DRC. Fixes controls in jak_pooh... MooglyGuy2019-04-192-4/+6
* pull SunPlus GCM394 titles out of vii.cpp DavidHaywood2019-04-145-51/+161
* (nw) Clean up the mess on master Vas Crabb2019-03-266-400/+2343
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-2343/+400
* srcclean and cleanup (nw) Vas Crabb2019-01-273-17/+17
* -unspdrc: Fixed flag calculation, nw MooglyGuy2019-01-211-8/+8
* New working machines mooglyguy2019-01-202-17/+21
* -devices/cpu/unsp: Various fixes: [Ryan Holtz] Ryan Holtz2019-01-143-99/+117
* unsp: Created a SunPlus u'nSP recompiler. [Ryan Holtz] MooglyGuy2019-01-126-265/+2201
* unsp: Macro removal cleanup, nw MooglyGuy2019-01-122-236/+214
* -clickstart: Favor specific values over rand(), nw mooglyguy2019-01-052-0/+7
* (nw) misc cleanup: Vas Crabb2018-11-044-4/+4
* srcclean and cleanup (nw) Vas Crabb2018-10-284-21/+21
* vsmile: removed Unununium timing hacks, nw mooglyguy2018-10-212-245/+11
* vsmile: Fixed erroneous cartridge ROM mirroring. Gets V.Smile games to boot. ... mooglyguy2018-10-214-717/+1196
* -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-152-8/+24
* -unsp: Added the ability to log execution into the standard error log, nw mooglyguy2018-10-143-6/+23
* 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-064-39/+65
* -unsp: opcodes that use the data segment affect it on rollover. Fixes many Vi... mooglyguy2018-10-012-10/+16
* -vii: Various changes: [Ryan Holtz] mooglyguy2018-09-303-560/+557
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-202-6/+6
* 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-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-4/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-14/+49
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3