aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/psxbios.c
AgeCommit message (Expand)Author
2019-12-17Update psxbios.cnegativeExponent
2019-08-03HLE BIOS: Fix corrupted memory card savesretro-wertz
2019-08-03psxbios.c: Cleanup buopen()retro-wertz
2019-07-29HLE: Merge HLE BIOS improvements from upstreamretro-wertz
2019-07-22psxbios: Don't accept 400h as a valid sector.gameblabla
2019-07-22psxbios: Properly fix garbage area code.gameblabla
2019-07-21psxbios: Fixup mistake in card_info function.gameblabla
2019-07-21psxbios: Return value is always 1 for CloseTh and ChangeTh.gameblabla
2019-07-21psxbios: Add checks for memchr.gameblabla
2019-07-21psxbios: Some games read from address 0, fix that.gameblabla
2019-07-21psxbios: Implement get_cd_status stub according to nocash doc.gameblabla
2019-07-21psxbios: Make HLE bios start from block 1, not 2.gameblabla
2019-07-21psxbios: Fix card_status function as to use card_active_chan.gameblabla
2019-07-21psxbios: Merge interrupt_r26 fix from PCSX4ALL.gameblabla
2019-07-21psxbios: Do the same for heap_size.gameblabla
2019-07-21psxbios : Use bfreezel for pad_stopped instead of setting it to 0.gameblabla
2019-07-21psxbios : Implement stub for wait_card.gameblabla
2019-07-21psxbios : Fix a few mistakes :gameblabla
2019-07-18psxbios: Add note and update copyright.gameblabla
2019-07-18psxbios: Merge heap fix from PCSX4ALL.gameblabla
2019-07-18psxbios: Init some vars just to be sure.gameblabla
2019-07-18psxbios: Merge PCSX4ALL pad_stopped fix.gameblabla
2019-07-18psxbios.cpp: Add psxBios_card_status(); doesn't seem to affect anythinggameblabla
2019-07-18psxbios: Fixes save issues on Parasite Eve II, Parasite Eve I and othersgameblabla
2019-07-18psxbios: Callback Events should not set event status to busy in TestEvent.gameblabla
2019-07-18psxbios: Support other syscallsgameblabla
2019-07-18psxbios: Add checks for strlen.gameblabla
2019-07-18psxbios: Add checks for strcpy & strncpy.gameblabla
2019-07-18psxbios: Fixup free.gameblabla
2019-07-18psxbios: Add checks for strcmp & strncmp.gameblabla
2019-07-18psxbios: Stub for get_errorgameblabla
2019-07-18psxbios : Several fixes to malloc.gameblabla
2019-07-18psxbios: Add checks for memmove.gameblabla
2019-07-18psxbios : Add checks to memset.gameblabla
2019-07-18psxbios: Add checks to memcpy.gameblabla
2019-07-18psxbios: Add checks for bzero.gameblabla
2019-07-18psxbios: Add checks for bcopygameblabla
2019-07-18psxbios : Add checks to index and rindex callsgameblabla
2019-07-18psxbios: Merge upstream fix for Deliverevent in firstfilegameblabla
2019-07-18psxbios: Should fix input issues in some games.gameblabla
2019-07-18psxbios: Fix out-of-bounds issue.gameblabla
2019-07-18Only PCSX4ALL uses ResetIoCycle. Remove it for now.gameblabla
2019-07-18Fixup buread & buwrite being undefined.gameblabla
2019-07-18psxbios: Improve WaitEvent behaviour according to documentationgameblabla
2019-07-18psxbios: Better realloc implementationgameblabla
2019-07-18psxbios : Add checks for strncatgameblabla
2019-07-18psxbios: Add todigit implementationgameblabla
2019-07-18psxbios: Adds putc and getc implementationgameblabla
2019-07-18psxbios: Return 0x1f801814 for gpu_abort_dmagameblabla
2019-07-18psxbios: Better EnterCiritcal implementationgameblabla