summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxbios.c
Commit message (Expand)AuthorAgeFilesLines
* * Fix file and folder permissionsStelios Tsampas2018-03-191-0/+0
* * Revert parts of the per game memory card patch.Stelios Tsampas2017-07-301-7/+7
* Added:Robert Krawczyk2016-04-011-6/+6
* Prevent crash on negative length patchiCatButler2016-03-301-24/+11
* Bring up to date with PCSX-R master (97809)iCatButler2016-03-301-77/+141
* psxBios__card_status() (Solis);SND\edgbla_cp2015-01-271-1/+10
* hle bios memset fix (issue 11764);SND\edgbla_cp2014-07-131-3/+18
* Patch 16583 (MaddTheSane);SND\edgbla_cp2014-07-121-2/+2
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90277 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2014-05-031-1/+1
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90226 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2014-05-021-1/+1
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90225 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2014-05-021-2/+2
* psxbios: format()SND\weimingzhi_cp2014-05-021-1/+21
* psxbios: firstfile() does NOT deliver event in real BIOS.SND\weimingzhi_cp2014-04-301-3/+0
* COTS & HLE BIOS & no memcard: enable password.SND\ckain_cp2014-04-091-1/+3
* Fix some minor warnings on SysPrintf and SysMessage use in libpcsxcore.SND\MaddTheSane_cp2013-07-091-3/+3
* PSXBIOS_LOG and printf, puts, putchar: prettier output to the log.SND\ckain_cp2013-03-041-0/+27
* Dynarec(x64): recompile instructions on FlushCache BIOS call - Fixes XG memca...SND\ckain_cp2013-03-021-1/+1
* Fixing an off-by-one error reported by Clang in Xcode 4.6.SND\MaddTheSane_cp2013-01-291-1/+1
* Patch 13685 (ckain);SND\edgbla_cp2013-01-271-1/+2
* psxbios: handle u modifierSND\notaz_cp2013-01-191-1/+1
* Unix style EOL (thanks to darktjm);SND\edgbla_cp2012-11-181-2838/+2838
* Updated Free Software Foundation address (Jem256).SND\dario86_cp2012-02-191-1/+1
* Temporarily reverted r64524 until I (or someone else) find the time to sort o...SND\weimingzhi_cp2011-03-131-2838/+2838
* Commited patch in issue #8171 (by darktjm).SND\dario86_cp2011-03-121-118/+118
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62188 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2011-01-191-0/+1
* notaz:SND\weimingzhi_cp2011-01-191-8/+22
* * Removed unnecessary files.SND\weimingzhi_cp2010-12-271-0/+11
* BIOS: cache flushingSND\shalma_cp2010-09-261-0/+2
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53626 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-06-261-1/+1
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53080 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-06-211-0/+12
* changed cdrom timing value so that it behaves the same as older revisions.SND\weimingzhi_cp2010-06-031-11/+11
* use %x instead of %lx.SND\weimingzhi_cp2010-06-021-9/+9
* use zlib to compress the font.SND\weimingzhi_cp2010-05-311-29/+32
* Implemented Krom2RawAdd().SND\weimingzhi_cp2010-05-311-14/+63
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49897 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-301-2/+2
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49879 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-301-23/+19
* HLE BIOS: Fixed memcpy(), create new stack for interrupt handlers.SND\weimingzhi_cp2010-05-301-36/+46
* implemented more HLE BIOS functions without standard C library calls.SND\weimingzhi_cp2010-05-291-59/+116
* implemented more functions by hand (qsort() is not tested).SND\weimingzhi_cp2010-05-281-85/+205
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48650 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-241-5/+6
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48649 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-241-0/+3
* implemented more HLE BIOS functions by hand, RNG should behave exactly the sa...SND\weimingzhi_cp2010-05-241-66/+96
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48429 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-05-211-3/+3
* implemented several hle bios funcs in core instead of calling standard C libr...SND\weimingzhi_cp2010-05-211-32/+117
* readded oss/pulseaudio/alsa/null sound backends, added --enable-sound configu...SND\weimingzhi_cp2010-05-211-3/+1
* Fixed crash when launching another game if netplay plugin is selected but not...SND\weimingzhi_cp2010-05-141-4/+4
* windows fixSND\weimingzhi_cp2010-05-101-2/+0
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@46936 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2010-04-301-2/+1
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38813 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2009-12-041-12/+6
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38811 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2009-12-041-6/+12