index
:
pcsx_rearmed
trimui-s
libretro core fork of pcsx_rearmed with trimui s support
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpcsxcore
/
psxbios.c
Age
Commit message (
Expand
)
Author
2019-07-18
psxbios.cpp: Add psxBios_card_status(); doesn't seem to affect anything
gameblabla
2019-07-18
psxbios: Fixes save issues on Parasite Eve II, Parasite Eve I and others
gameblabla
2019-07-18
psxbios: Callback Events should not set event status to busy in TestEvent.
gameblabla
2019-07-18
psxbios: Support other syscalls
gameblabla
2019-07-18
psxbios: Add checks for strlen.
gameblabla
2019-07-18
psxbios: Add checks for strcpy & strncpy.
gameblabla
2019-07-18
psxbios: Fixup free.
gameblabla
2019-07-18
psxbios: Add checks for strcmp & strncmp.
gameblabla
2019-07-18
psxbios: Stub for get_error
gameblabla
2019-07-18
psxbios : Several fixes to malloc.
gameblabla
2019-07-18
psxbios: Add checks for memmove.
gameblabla
2019-07-18
psxbios : Add checks to memset.
gameblabla
2019-07-18
psxbios: Add checks to memcpy.
gameblabla
2019-07-18
psxbios: Add checks for bzero.
gameblabla
2019-07-18
psxbios: Add checks for bcopy
gameblabla
2019-07-18
psxbios : Add checks to index and rindex calls
gameblabla
2019-07-18
psxbios: Merge upstream fix for Deliverevent in firstfile
gameblabla
2019-07-18
psxbios: Should fix input issues in some games.
gameblabla
2019-07-18
psxbios: Fix out-of-bounds issue.
gameblabla
2019-07-18
Only PCSX4ALL uses ResetIoCycle. Remove it for now.
gameblabla
2019-07-18
Fixup buread & buwrite being undefined.
gameblabla
2019-07-18
psxbios: Improve WaitEvent behaviour according to documentation
gameblabla
2019-07-18
psxbios: Better realloc implementation
gameblabla
2019-07-18
psxbios : Add checks for strncat
gameblabla
2019-07-18
psxbios: Add todigit implementation
gameblabla
2019-07-18
psxbios: Adds putc and getc implementation
gameblabla
2019-07-18
psxbios: Return 0x1f801814 for gpu_abort_dma
gameblabla
2019-07-18
psxbios: Better EnterCiritcal implementation
gameblabla
2019-07-18
psxbios: Add checks for card_write, card_read
gameblabla
2019-07-18
psxbios: Merging improved card_info function from upstream
gameblabla
2019-07-18
psxbios: Merging fixes from upstream.
gameblabla
2019-07-18
psxbios: Add checks to PAD_init
gameblabla
2019-07-18
psxbios: Add checks to strcat
gameblabla
2014-12-21
psxbios: don't crash on negative length
notaz
2014-12-21
psxbios: merge from pcsxr r90224-r90227
notaz
2013-11-04
psxbios: fix NULL use warnings on newer GCCs
notaz
2013-03-15
psxbios: merge from pcsxr
notaz
2013-01-18
psxbios: handle u modifier
notaz
2012-12-17
make non-zlib save compression possible
notaz
2012-09-13
silence some 64bit related warnings
notaz
2011-12-05
move some gpu status handling to core
notaz
2011-06-07
psxbios: fix some -Wall warnings
notaz
2011-01-16
bios: implement psxBios__card_chan
notaz
2011-01-16
bios: firstfile delivers an event on real bios, so do that
notaz
2010-12-28
bios: fix firstfile() return value
notaz
2010-12-23
init some forgotten stuff
notaz
2010-12-16
psxbios: make noisy bios prints optional
notaz
2010-11-16
pcsxr-1.9.92
PCSX* teams