summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxbios.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38796 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2009-12-041-24/+22
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38248 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2009-11-261-17/+16
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@27280 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2009-08-231-4/+0
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@24001 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2009-07-151-2/+2
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23938 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2009-07-071-1/+1
* fixed MSVC6 errorSND\weimingzhi_cp2009-07-011-5/+5
* use s32 instead of long in DIRENTRY structSND\weimingzhi_cp2009-06-301-7/+7
* various psxbios fixes by pccSND\weimingzhi_cp2009-06-301-2/+50
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23849 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2009-06-291-1/+10
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23061 e17a0e51-4ae3-4d35...SND\weimingzhi_cp2009-04-161-0/+2399