cdrom: change pause timing again
[pcsx_rearmed.git] / libpcsxcore / psxbios.c
2024-02-14 notazpsxbios: implement yet more memcard details
2024-01-21 notazpsxbios: some missed malloc merge behavior
2023-12-06 notazpsxbios: implement some more memcard details
2023-12-04 notazpsxbios: implement some cdrom related stuff
2023-11-16 notazpsxbios: implement strtol
2023-11-16 notazpsxbios: handle direct bios table calls
2023-10-16 notazrework gpu busy timing
2023-10-14 notazeliminate event code duplication
2023-10-09 notazpsxbios: don't limit pointers to ram
2023-10-04 notazdrc: avoid excessive recursion in hle mode
2023-10-01 notazpatch up some savestate issues
2023-09-23 notazpsxbios: experimental vsync HLE
2023-09-21 notazlog some info about bios and config
2023-09-20 notazpsxbios: some more details
2023-09-18 notazpsxbios: allow custom api overrides
2023-09-18 notazpsxbios: maybe more accurate malloc
2023-09-13 notazpsxbios: fix warnings
2023-09-13 notazpsxbios: unbreak input
2023-09-13 notazswitch over to libretro input code
2023-09-05 notazpsxbios: primitive chdir implementation
2023-09-05 notazpsxbios: don't overwrite ra
2023-09-04 notazpreliminary irq10 support
2023-09-04 notazinitial hle support for lightrec
2023-08-31 notazpsxbios: rework firstfile/nextfile
2023-08-29 notazpsxbios: implement get/setconf
2023-08-28 notazpsxbios: assorted changes
2023-08-27 notazpsxbios: fix wrong regs in syscall handler
2023-08-27 notazpsxbios: Load() flushes cache
2023-08-27 notazpsxbios: unbreak bcopy
2023-08-26 notazpsxbios: add missing clearing for copy related functions
2023-08-17 notazpsxbios: remove some globals
2023-08-15 notazpsxbios: more pad stuff
2023-08-15 notazpsxbios: some assorted changes
2023-08-14 notazpsxbios: try to improve initial boot state
2023-08-13 notazpsxbios: implement some pad reading details
2023-08-12 notazpsxbios: rewrite event handling
2023-08-10 notazpsxbios: handle dynamic CB alloc
2023-08-09 notazpsxbios: completely rework exception handling
2023-07-21 notazpsxinterpreter: yet more exceptions, new config option
2023-07-14 notazadjust bios handling again
2022-10-22 notazpsxbios: use noninvasive print for -psxout
2022-10-15 notazmerge from libretro fork
2021-12-14 notazfix some issues and warnings seen on ctr build
2021-11-22 notazmake icache implementation play nice with the dynarec
2021-10-31 notazassorted warning fixes
2021-10-02 gameblablaIcache emulation from PCSX Redux + Senquack changes...
2021-08-18 gameblablaRewrite GPU bios functions according to OpenBIOS. ...
2021-08-16 notazdeal with some more annoying warnings
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
2019-07-18 gameblablapsxbios : Add checks for strncat
2019-07-17 gameblablapsxbios: Add todigit implementation
2019-07-17 gameblablapsxbios: Adds putc and getc implementation
2019-07-17 gameblablapsxbios: Return 0x1f801814 for gpu_abort_dma
2019-07-17 gameblablapsxbios: Better EnterCiritcal implementation
2019-07-17 gameblablapsxbios: Add checks for card_write, card_read
2019-07-17 gameblablapsxbios: Merging improved card_info function from upstream
2019-07-17 gameblablapsxbios: Merging fixes from upstream.
next