overwrite dynarec related code with upstream version
[pcsx_rearmed.git] / libpcsxcore / psxbios.c
2021-12-14 notazoverwrite dynarec related code with upstream version
2021-10-02 gameblablaMerge pull request #562 from gameblabla/cdrom_fixes_lib...
2021-10-02 gameblablaMerge pull request #545 from gameblabla/icache_emulation
2021-10-02 gameblablaMerge Icache emulation from PCSX Redux + Senquack chang...
2021-08-25 gameblablaMerge pull request #543 from gameblabla/hle_fies_corrup...
2021-08-22 gameblablaMerge pull request #547 from gameblabla/blues_clues_fix...
2021-08-21 AutechreMerge pull request #544 from gameblabla/gpu_hle_rewrite...
2021-08-21 AutechreMerge pull request #542 from gameblabla/mdec_fix
2021-08-21 gameblablaRewrite GPU bios functions according to OpenBIOS.
2021-08-16 AutechreMerge pull request #536 from gameblabla/cdrom_fixes
2020-08-04 negativeExponentSync to latest upstream
2020-02-24 TwinaphexMerge pull request #389 from notaz/master
2019-12-16 TwinaphexMerge pull request #370 from negativeExponent/switch
2019-12-16 negativeExponentUpdate psxbios.c
2019-09-25 negativeExponentMerge branch 'gpu_unai_plugin_update'
2019-08-03 hizzlekizzleMerge pull request #326 from retro-wertz/silence_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-08-03 retro-wertzHLE BIOS: Fix corrupted memory card saves
2019-08-03 retro-wertzpsxbios.c: Cleanup buopen()
2019-07-29 hizzlekizzleMerge pull request #319 from retro-wertz/new_core_options
2019-07-29 hizzlekizzleMerge pull request #318 from retro-wertz/psxbios
2019-07-29 retro-wertzHLE: Merge HLE BIOS improvements from upstream
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.
2019-07-17 gameblablapsxbios: Add checks to PAD_init
2019-07-17 gameblablapsxbios: Add checks to strcat
2019-03-28 Hugo HromicMerge remote-tracking branch 'notaz/master'
2019-03-13 retro-wertzmerge remote-tracking branch 'notaz/master'
2019-03-10 hizzlekizzleMerge pull request #240 from retro-wertz/core_options
2019-03-10 retro-wertzFix memcard2 still detected by games when its supposed...
2019-03-07 TwinaphexMerge pull request #234 from notaz/master
2017-05-03 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2016-09-20 notazMerge branch 'mainline' into libretro
2016-04-22 dankcushionsMerge branch 'master' of https://github.com/notaz/pcsx_...
2016-03-02 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2015-07-29 twinaphexBackport pcsxr.codeplex.com/SourceControl/changeset...
2014-12-21 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2014-12-21 notazpsxbios: don't crash on negative length
2014-12-21 notazpsxbios: merge from pcsxr r90224-r90227
2013-11-11 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2013-11-03 notazpsxbios: fix NULL use warnings on newer GCCs
2013-03-18 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-03-15 notazpsxbios: merge from pcsxr
2013-01-29 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-01-18 notazpsxbios: handle u modifier
2012-12-17 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2012-12-17 notazmake non-zlib save compression possible
2012-09-12 notazsilence some 64bit related warnings
2011-12-04 notazmove some gpu status handling to core
2011-06-07 notazpsxbios: fix some -Wall warnings
2011-01-15 notazbios: implement psxBios__card_chan
next