drc: move some stuff out of assem_arm for reuse
[pcsx_rearmed.git] / libpcsxcore /
2021-11-08 notazdrc: move some stuff out of assem_arm for reuse
2021-11-08 notazdrc: remove yet yet more n64 stuff
2021-11-08 notazdrc: remove yet more n64 stuff
2021-11-08 notazdrc: rework for 64bit, part 4
2021-11-08 notazdrc: remove some leftover n64-only stuff
2021-11-08 notazdrc: rework for 64bit, part 3
2021-11-08 notazdrc: remove old debug code
2021-11-08 notazdrc: convert 'stubs' to a struct with proper types...
2021-11-08 notazdrc: rework for 64bit, part 1
2021-10-31 notazsome drc debug patches
2021-10-31 notazsome drc debug helpers
2021-10-31 notazsome cleanup to reduce confusion
2021-10-31 notazassorted warning fixes
2021-10-29 gameblablaRemove CdlGetlocP hack. (#235)
2021-10-29 gameblablaMove CdlSetLoc to CdrInterrupt and return invalid arg...
2021-10-29 gameblablaHack fix for CDROM timings regression (Castlevania...
2021-10-10 gameblablaFix oversight for icache emulation code. (#226)
2021-10-02 notazcdriso: clean up after cdda thread removal
2021-10-02 gameblablaMerge several fixes from PCSX Redux and adjust delay...
2021-10-02 gameblablaProper CDDA fix for Fantastic Pinball Kyuutenkai (and...
2021-10-02 gameblablaOne more on odd lines for PAL HSYNC (#224)
2021-10-02 gameblablaFix for Armored Core misdetecting a Link cable being...
2021-10-02 gameblablaIcache emulation from PCSX Redux + Senquack changes...
2021-10-02 gameblablaFix detection of some CDs such as Wild Arms USA detecte...
2021-09-27 gameblablapsxmem: Writes to PIO Expansion area have no effect...
2021-09-09 gameblablaARM build fixes. (Should fix building on ARM/GCC10...
2021-08-30 gameblablaImplement fix from Mednafen for Fantastic Pinball Kyuut...
2021-08-30 gameblablaFix regression with CdlPause (#209)
2021-08-27 gameblablaImprove CdlPause command based on Mednafen's implementa...
2021-08-26 gameblablaCDROM: Rename Reset+Init commands approperly, fix ...
2021-08-26 gameblablaFix CdlGetTD according to Mednafen's implementation...
2021-08-25 gameblablaCdlGetmode is GetParam, fix it according to Mednafen...
2021-08-25 gameblablaWe shouldn't throw an error for GetQ. (#202)
2021-08-25 gameblablaImprove SetLoc CDROM command from Duckstation (#201)
2021-08-25 gameblablaCdlSync should be NULL and return an error. (#199)
2021-08-25 gameblablaAlways look up verify_dirty literals from offsets by...
2021-08-22 gameblablapsxinterpreter: Merge DIV interpreter fix from libretro...
2021-08-22 gameblablaCDROM: Ignore sectors with channel number 255 (#195)
2021-08-22 gameblablamdec.cpp: Dare to set MDEC_BIAS to 10 (#186)
2021-08-22 gameblablaProperly protect the HLE instructions against corrupted...
2021-08-18 gameblablaRewrite GPU bios functions according to OpenBIOS. ...
2021-08-18 gameblablaCDRom timings changes (#184)
2021-08-18 gameblablaAdd internal database for problematic games. (#182)
2021-08-16 notazdeal with some more annoying warnings
2021-08-16 gameblablaCHD support from libretro's fork. (#188)
2021-08-16 notazgte_divider: should include it's own header
2021-08-16 gameblablagte: Fix gteH division and sign extension (from PCSX4AL...
2021-08-16 gameblablaFixed Linked List DMA end marker. (#183)
2020-07-04 ifcaroFix crash on retrying mission in driver (#165)
2020-02-16 notazMerge pull request #156 from pcercuei/fix-gte-divide
2020-02-12 Paul CercueilReplace existing gte_divider with MAME's version
2020-02-11 notazadd some missing license headers
2020-02-11 notazgte_neon: fix compile under clang's assembler
2020-02-11 twinaphexLicense these files as MIT
2019-11-19 notazMerge pull request #147 from senquack/cdrom_sstate_fix
2019-11-12 Daniel Silsbycdrom: add missing BCD->int convert in cdrFreeze()
2019-08-03 notazMerge pull request #139 from retro-wertz/patch-3
2019-08-03 retro-wertzFix corrupted memory card saves when using HLE
2019-07-24 notazMerge pull request #137 from gameblabla/hle
2019-07-22 gameblablapsxbios: Don't accept 400h as a valid sector.
2019-07-22 gameblablapsxbios: Properly fix garbage area code.
2019-07-21 gameblablapsxbios: Fixup mistake in card_info function.
2019-07-21 gameblablapsxbios: Return value is always 1 for CloseTh and ChangeTh.
2019-07-21 gameblablapsxbios: Add checks for memchr.
2019-07-21 gameblablapsxbios: Some games read from address 0, fix that.
2019-07-21 gameblablapsxbios: Implement get_cd_status stub according to...
2019-07-21 gameblablapsxbios: Make HLE bios start from block 1, not 2.
2019-07-21 gameblablapsxbios: Fix card_status function as to use card_active...
2019-07-21 gameblablapsxbios: Merge interrupt_r26 fix from PCSX4ALL.
2019-07-21 gameblablapsxbios: Do the same for heap_size.
2019-07-20 gameblablapsxbios : Use bfreezel for pad_stopped instead of setti...
2019-07-20 gameblablapsxbios : Implement stub for wait_card.
2019-07-20 gameblablapsxbios : Fix a few mistakes :
2019-07-18 gameblablapsxbios: Add note and update copyright.
2019-07-18 gameblablapsxbios: Merge heap fix from PCSX4ALL.
2019-07-18 gameblablapsxbios: Init some vars just to be sure.
2019-07-18 gameblablapsxbios: Merge PCSX4ALL pad_stopped fix.
2019-07-18 gameblablapsxbios.cpp: Add psxBios_card_status(); doesn't seem...
2019-07-18 gameblablapsxbios: Fixes save issues on Parasite Eve II, Parasite...
2019-07-18 gameblablapsxbios: Callback Events should not set event status...
2019-07-18 gameblablapsxbios: Support other syscalls
2019-07-18 gameblablapsxbios: Add checks for strlen.
2019-07-18 gameblablapsxbios: Add checks for strcpy & strncpy.
2019-07-18 gameblablapsxbios: Fixup free.
2019-07-18 gameblablapsxbios: Add checks for strcmp & strncmp.
2019-07-18 gameblablapsxbios: Stub for get_error
2019-07-18 gameblablapsxbios : Several fixes to malloc.
2019-07-18 gameblablapsxbios: Add checks for memmove.
2019-07-18 gameblablapsxbios : Add checks to memset.
2019-07-18 gameblablapsxbios: Add checks to memcpy.
2019-07-18 gameblablapsxbios: Add checks for bzero.
2019-07-18 gameblablapsxbios: Add checks for bcopy
2019-07-18 gameblablapsxbios : Add checks to index and rindex calls
2019-07-18 gameblablapsxbios: Merge upstream fix for Deliverevent in firstfile
2019-07-18 gameblablapsxbios: Should fix input issues in some games.
2019-07-18 gameblablapsxbios: Fix out-of-bounds issue.
2019-07-18 gameblablaOnly PCSX4ALL uses ResetIoCycle. Remove it for now.
2019-07-18 gameblablaFixup buread & buwrite being undefined.
2019-07-18 gameblablapsxbios: Improve WaitEvent behaviour according to docum...
2019-07-18 gameblablapsxbios: Better realloc implementation
next