summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/unsp
Commit message (Expand)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap13 days1-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-5/+5
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-2/+1
* Interrupt callback rationalization AJR2023-03-111-2/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-066-12/+0
* added internal ROM for mapacman [Sean Riddle, stefo, jrideburg, Team Europe, ... David Haywood2022-02-242-3/+7
* -emu/rendersw.hxx: Fixed incorrect clipping of untextured rectangles. Vas Crabb2021-11-271-2/+0
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-2/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* unspdasm.h: correct license tag hap2021-01-151-1/+1
* unsp: Fix copy-paste typo in debugger registering Simon Eriksson2020-10-041-5/+5
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-271-1/+1
* pcp8718 / pcp8728 work, including unsp2.0 fixes [David Haywood] (#7179) David Haywood2020-09-043-46/+24
* unsp: Fix disassembly of unsigned*signed multiply instructions AJR2020-09-021-2/+2
* push pcp8718 / pcp8728 foward, fix some unsp20 bit opcode bugs [David Haywood... David Haywood2020-08-221-5/+26
* replaced pcp8718 dump with correct one [Sean Riddle] (#7098) David Haywood2020-08-191-21/+38
* unsp20 - fix asr (nw) DavidHaywood2020-06-081-36/+10
* Plug and Play work (new working machine) (#6800) David Haywood2020-06-061-3/+9
* various GPL16250 tweaks (DMA, video rendering etc.) (nw) (#6751) David Haywood2020-05-271-1/+1
* Fix unsp typo (nw) Olivier Galibert2020-05-251-2/+2
* unsp20 - fix opcode decode priority, we causing an ASR operation to be decode... David Haywood2020-05-252-40/+18
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-254-21/+17
* unsp: UINT_MAS needs climits [O. Galibert] Olivier Galibert2020-05-222-0/+4
* -unsp: Removed outdated commnet related to Ext Push/Pop ops. The register dec... Ryan Holtz2020-05-221-10/+1
* -unsp: Fix compile, nw Ryan Holtz2020-05-213-8/+6
* -unsp: Fixed DIVQ operation and several Memory Bitop operations. [Ryan Holtz] Ryan Holtz2020-05-215-22/+26
* -unsp: Added support for Ext DS_Indirect opcodes. [Ryan Holtz] Ryan Holtz2020-05-191-27/+50
* -unsp: Added DIVQ and extended BIT_OP opcodes. [Ryan Holtz] Ryan Holtz2020-05-164-29/+150
* -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: Fixed a silly bug with lsror, nw MooglyGuy2020-03-121-4/+4
* -unsp: Various changes: [Ryan Holtz] mooglyguy2020-03-117-188/+266
* -unspdrc: Added support for fir_mov and muls opcodes. Fixed S flag calculatio... mooglyguy2020-02-095-20/+75
* Partially revert 3e6ace480ade79e63ac80c51abd5371f4f9cea02 to simplify calling... smf-2020-02-093-14/+8
* -jak_care: Hooked up spg2xx software wave-in channel, hooked up muls and fir_... mooglyguy2020-02-085-30/+81
* -spg2xx_audio: Hooked up channel FIQ. [Ryan Holtz] mooglyguy2020-02-071-2/+2
* loop around full array in sunplus reset (nw) (#6243) David Haywood2020-01-311-1/+1
* likely resolve sunplus crashes on linux (nw) DavidHaywood2020-01-312-4/+7
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-3/+3
* new NOT WORKING (plug and play systems) (#6156) David Haywood2020-01-111-4/+46
* Sync with new dumps from Sean (Plug & Play sets) (#6151) David Haywood2020-01-092-4/+6
* sunplus_gcm394 (jak_car2 / jak_gtg / unsp20 etc.) current notes / refactoring... David Haywood2020-01-054-1170/+160
* jak_gtg / jak_car2 / jak_tsm / beambox / unsp - handful of changes to keep th... David Haywood2020-01-011-12/+47
* a few bits for jak_car2 (#6110) David Haywood2019-12-291-17/+49
* continued study of later unsp20 type SoCs used by JAKKS titles (nw) (#6091) David Haywood2019-12-241-1/+1
* srcclean (nw) Vas Crabb2019-12-213-20/+20
* Sunplus unsp2.0 experiments for jak_car2 (nw) (#6073) David Haywood2019-12-193-30/+131
* continued work on Jakks NAND based stuff / extended SP ops (nw) (#6064) David Haywood2019-12-174-51/+142
* Plug and Play work + New Working clone (#6060) David Haywood2019-12-168-71/+1829