Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-18 | psxbios: Add checks for card_write, card_read | gameblabla | |
This also implements a bug which allows writes to 0x400 (Is supposed to only accept sector number between 0..3FFh). Function should return 0 if sector is invalid. | |||
2019-07-18 | psxbios: Merging improved card_info function from upstream | gameblabla | |
It should be closer to the real thing, and this commit and the previous one definitely fixes the save issues in Digimon World. | |||
2019-07-18 | psxbios: Merging fixes from upstream. | gameblabla | |
DeliverEvent functions are executed right after writing/reading instead of after setting v0. This fixes saving in games like LEGO Racers. | |||
2019-07-18 | psxbios: Add checks to PAD_init | gameblabla | |
Nocash documentation says that function fails if type is not 0x20000000 or 0x20000001. In case of failure, it should return 0. If not, then it should return 2. This fixes input in Digimon World. | |||
2019-07-18 | psxbios: Add checks to strcat | gameblabla | |
Nocash documentation says that function fails if src or dst is 0. If so, then it must return 0. This fix is required for fixing crash on bootup in Digimon World. | |||
2019-03-10 | Fix memcard2 still detected by games when its supposed to be disabled | retro-wertz | |
2015-07-29 | Backport http://pcsxr.codeplex.com/SourceControl/changeset/93284 | twinaphex | |
2014-12-21 | psxbios: don't crash on negative length | notaz | |
Contra Legacy of War does memset(..., -1) | |||
2014-12-21 | psxbios: merge from pcsxr r90224-r90227 | notaz | |
Author: weimingzhi psxbios: format() | |||
2013-11-04 | psxbios: fix NULL use warnings on newer GCCs | notaz | |
2013-03-15 | psxbios: merge from pcsxr | notaz | |
ckain's overflow fix (patch 13685) | |||
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 | |
still need to fix savestate compat | |||
2011-12-05 | move some gpu status handling to core | notaz | |
this removes need to update each gpu plugin when this stuff is changed | |||
2011-06-07 | psxbios: fix some -Wall warnings | notaz | |
2011-01-16 | bios: implement psxBios__card_chan | notaz | |
used by at least R-Type Delta. | |||
2011-01-16 | bios: firstfile delivers an event on real bios, so do that | notaz | |
2010-12-28 | bios: fix firstfile() return value | notaz | |
it should only return dir when finds a match, bufile macro already does that. | |||
2010-12-23 | init some forgotten stuff | notaz | |
otherwise glitches happen if certain games are ran in a row. | |||
2010-12-16 | psxbios: make noisy bios prints optional | notaz | |
2010-11-16 | pcsxr-1.9.92 | PCSX* teams | |