| Commit message (Expand) | Author | Age | Files | Lines |
| * | Current Plug & Play PR (1 working system, 1 nw system, 2 nw clones, 1 working... |  mamehaze | 2026-04-29 | 1 | -1/+1 |
| * | Fixed things C++20 doesn't allow: |  Vas Crabb | 2026-03-29 | 2 | -3/+4 |
| * | Allow recompiling CPU cores to define their own opcode descriptions. |  Vas Crabb | 2026-03-02 | 5 | -131/+204 |
| * | cpu/drccache.cpp: Defer allocating to start, allow forcing W^X mode. (#14760) |  Vas Crabb | 2026-01-04 | 2 | -78/+84 |
| * | misc cpu: no need to check debug enabled flag manually |  hap | 2025-04-11 | 1 | -1/+1 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -5/+5 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -1/+0 |
| * | -Lua engine: run everything in coroutines. (#11019) |  Vas Crabb | 2023-03-25 | 1 | -2/+1 |
| * | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -2/+2 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 6 | -12/+0 |
| * | added internal ROM for mapacman [Sean Riddle, stefo, jrideburg, Team Europe, ... |  David Haywood | 2022-02-24 | 2 | -3/+7 |
| * | -emu/rendersw.hxx: Fixed incorrect clipping of untextured rectangles. |  Vas Crabb | 2021-11-27 | 1 | -2/+0 |
| * | Added helpers for 64-bit count leading zeroes/ones. |  Vas Crabb | 2021-06-13 | 1 | -2/+2 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
| * | unspdasm.h: correct license tag |  hap | 2021-01-15 | 1 | -1/+1 |
| * | unsp: Fix copy-paste typo in debugger registering |  Simon Eriksson | 2020-10-04 | 1 | -5/+5 |
| * | Disable SOUND_DEBUG for non-debug builds, and srcclean |  Vas Crabb | 2020-09-27 | 1 | -1/+1 |
| * | pcp8718 / pcp8728 work, including unsp2.0 fixes [David Haywood] (#7179) |  David Haywood | 2020-09-04 | 3 | -46/+24 |
| * | unsp: Fix disassembly of unsigned*signed multiply instructions |  AJR | 2020-09-02 | 1 | -2/+2 |
| * | push pcp8718 / pcp8728 foward, fix some unsp20 bit opcode bugs [David Haywood... |  David Haywood | 2020-08-22 | 1 | -5/+26 |
| * | replaced pcp8718 dump with correct one [Sean Riddle] (#7098) |  David Haywood | 2020-08-19 | 1 | -21/+38 |
| * | unsp20 - fix asr (nw) |  DavidHaywood | 2020-06-08 | 1 | -36/+10 |
| * | Plug and Play work (new working machine) (#6800) |  David Haywood | 2020-06-06 | 1 | -3/+9 |
| * | various GPL16250 tweaks (DMA, video rendering etc.) (nw) (#6751) |  David Haywood | 2020-05-27 | 1 | -1/+1 |
| * | Fix unsp typo (nw) |  Olivier Galibert | 2020-05-25 | 1 | -2/+2 |
| * | unsp20 - fix opcode decode priority, we causing an ASR operation to be decode... |  David Haywood | 2020-05-25 | 2 | -40/+18 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 4 | -21/+17 |
| * | unsp: UINT_MAS needs climits [O. Galibert] |  Olivier Galibert | 2020-05-22 | 2 | -0/+4 |
| * | -unsp: Removed outdated commnet related to Ext Push/Pop ops. The register dec... |  Ryan Holtz | 2020-05-22 | 1 | -10/+1 |
| * | -unsp: Fix compile, nw |  Ryan Holtz | 2020-05-21 | 3 | -8/+6 |
| * | -unsp: Fixed DIVQ operation and several Memory Bitop operations. [Ryan Holtz] |  Ryan Holtz | 2020-05-21 | 5 | -22/+26 |
| * | -unsp: Added support for Ext DS_Indirect opcodes. [Ryan Holtz] |  Ryan Holtz | 2020-05-19 | 1 | -27/+50 |
| * | -unsp: Added DIVQ and extended BIT_OP opcodes. [Ryan Holtz] |  Ryan Holtz | 2020-05-16 | 4 | -29/+150 |
| * | -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: Fixed a silly bug with lsror, nw |  MooglyGuy | 2020-03-12 | 1 | -4/+4 |
| * | -unsp: Various changes: [Ryan Holtz] |  mooglyguy | 2020-03-11 | 7 | -188/+266 |
| * | -unspdrc: Added support for fir_mov and muls opcodes. Fixed S flag calculatio... |  mooglyguy | 2020-02-09 | 5 | -20/+75 |
| * | Partially revert 3e6ace480ade79e63ac80c51abd5371f4f9cea02 to simplify calling... |  smf- | 2020-02-09 | 3 | -14/+8 |
| * | -jak_care: Hooked up spg2xx software wave-in channel, hooked up muls and fir_... |  mooglyguy | 2020-02-08 | 5 | -30/+81 |
| * | -spg2xx_audio: Hooked up channel FIQ. [Ryan Holtz] |  mooglyguy | 2020-02-07 | 1 | -2/+2 |
| * | 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 | 2 | -4/+7 |
| * | srcclean, manual adjustments (nw) |  Vas Crabb | 2020-01-26 | 1 | -3/+3 |
| * | new NOT WORKING (plug and play systems) (#6156) |  David Haywood | 2020-01-11 | 1 | -4/+46 |
| * | Sync with new dumps from Sean (Plug & Play sets) (#6151) |  David Haywood | 2020-01-09 | 2 | -4/+6 |
| * | sunplus_gcm394 (jak_car2 / jak_gtg / unsp20 etc.) current notes / refactoring... |  David Haywood | 2020-01-05 | 4 | -1170/+160 |
| * | jak_gtg / jak_car2 / jak_tsm / beambox / unsp - handful of changes to keep th... |  David Haywood | 2020-01-01 | 1 | -12/+47 |
| * | a few bits for jak_car2 (#6110) |  David Haywood | 2019-12-29 | 1 | -17/+49 |
| * | continued study of later unsp20 type SoCs used by JAKKS titles (nw) (#6091) |  David Haywood | 2019-12-24 | 1 | -1/+1 |